browser extension https://pinmenote.com
Go to file
2023-04-27 13:33:17 +02:00
bin feat: save pin and snapshot with marked canvas 2023-03-28 01:11:55 +02:00
src feat: add key on encrypt popup view 2023-04-27 13:33:17 +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 feat: option board view edit title 2023-04-26 04:27:14 +02:00
tsconfig.json tech: remove external types submodule 2023-02-17 14:06:42 +01:00

pinmenote-extension

Description

Browser extension nobody wants and nobody needs.
Thank You life for opportunity to make it.
Thank you people for not using it.
Hope you will not start using this software, if you started using this software - please stop.
If you want to make PR because you believe you found bug, don't do it, fork this repository and make your own product, let people use it and be happy.
I didn't make this software, God did it so don't ask me questions how and why it works, ask God.
God knows all the answers I know only answer to ultimate question.
Answer to ultimate question is 42.

  • offline first with p2p in mind

Run

npm run dev

Website

https://pinmenote.com

Features

  • select website area, add comment and draw on selected part
  • save website / part of website as single page for offline use ( state of the art )
  • capture image / map / canvas
  • capture video time
  • download table as csv
  • add task, note to any website as well as standalone
  • encrypt / decrypt messages
  • html preview and board view
  • add and manage tags of any content you saved
  • add calendar event (repeat in progress)
  • smart search using index of words (reverse index), dates, website addresses

Known issues

Shadow root

Open shadow root is not always displayed or parsed correctly - but at least it matches mht quality or sometimes it's better.

Youtube

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