Better Bookmark EXtension
I wrote this for Quasar's Hack-a-May contest to try out their BEX (Browser Extension) support. (Great work guys!)
This is also an opportunity to give back to the community. Hopefully someone can use this code in their own programs
I've been wanting to write something like this for a long time. I have almost 1400 bookmarks that I must have created for some reason. Lol
The problem is finding them again. Folders are almost useless. Tagging is better but tedious
Automatically tag bookmarks or any URL for that matter
Need to find a way to tag URLs automatically
Use Dexie for storing data about bookmarks/URLs. Fuse for fuzzy search
Add a Bookmark: Ctrl+B Open Extension Tab: Alt+B
yarn
quasar dev
yarn run lint
quasar build