/bbex

Better Bookmark EXtension

Primary LanguageVue

BBEX (bbex)

Better Bookmark EXtension

Motivation

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

Problem

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

Solution

Automatically tag bookmarks or any URL for that matter

Challenges

Need to find a way to tag URLs automatically

Implementation

Use Dexie for storing data about bookmarks/URLs. Fuse for fuzzy search

Usage

Add a Bookmark: Ctrl+B Open Extension Tab: Alt+B

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.