browser extension https://pinmenote.com
Go to file
2023-05-23 17:13:14 +02:00
bin feat: save pin and snapshot with marked canvas 2023-03-28 01:11:55 +02:00
src fix: stopwords lol 2023-05-23 17:13:14 +02:00
.env fix: cleanup url, shadow with children slots 2023-04-20 23:11:47 +02:00
.env.development fix: missing file 2023-04-20 23:12:12 +02:00
.eslintignore fix: mathml-to-latex as external dependency 2023-03-25 18:12:19 +01:00
.eslintrc tech: cleanup fetch api - align with website 2023-03-17 03:58:28 +01:00
.gitignore feat: is initial commit 2022-12-17 22:55:05 +01:00
.gitmodules feat: compute tags and index them in storage 2023-04-20 06:14:46 +02:00
.parcelrc feat: is initial commit 2022-12-17 22:55:05 +01:00
.prettierrc.json feat: is initial commit 2022-12-17 22:55:05 +01:00
LICENSE feat: is initial commit 2022-12-17 22:55:05 +01:00
package-lock.json feat: compute tags and index them in storage 2023-04-20 06:14:46 +02:00
package.json feat: compute tags and index them in storage 2023-04-20 06:14:46 +02:00
README.md doc: add more information about webgl problems 2023-05-21 16:46:27 +02:00
tsconfig.json tech: remove external types submodule 2023-02-17 14:06:42 +01:00

pinmenote-extension - alpha

Description

Browser extension

  • offline first with p2p in mind

Run

npm run dev

Website

https://pinmenote.com

Features Summary

  • select website area, add comment and draw on selected part
  • save website / part of website as single page for offline use
  • capture image / map / canvas
  • capture video time
  • download table as csv
  • add / manage note to any website or without website
  • encrypt / decrypt messages
  • html preview and board view
  • add and manage tags of any content you saved
  • automatic reverse index of saved content
  • smart search using levenshtein distance, dates, website addresses

In progress

  • add / manage calendar event (repeat in progress)
  • add / manage task

Known issues

Canvas

When preserveDrawingBuffer is set to false, we save 1x1 empty image because problems with access to drawing buffer. see https://stackoverflow.com/a/27747016

can.getContext("webgl2", { preserveDrawingBuffer: true })

Shadow root

Open shadow root is not always displayed or parsed correctly - but at least it matches mht quality or sometimes it's better.
Saving fragment / adding pin to shadow root is not working right now.

Youtube

Youtube use polymer dom with <!--css-build:shady-->. It is some polymer polyfil for shadow root that messes with css.

Limitations

  • Sometimes what you see / saw is what you saved
    • some websites offload content not displayed on page - ex. using shadow dom
    • the same condition applies to websites that don't load images until you scroll to them
  • Not downloading svg icons from css files - to limit number of requests