Note taking extension to jot down quick thoughts or to save longer notes
This is a list of features to be added soon to this extension.
- Light/dark mode feature following browser's settings
- Adding note category
- Regrouping notes by category
- Adding note priority
- Adding images to notes
Clone the repository to your machine using :
git clone https://github.com/lotfijb/bullet-journal-extensionChange directory to where you cloned the repository
cd bullet-journal-extensionInstall required dependepncies
npm install or npm iStart the project in localhost (Project built with Vite JS)
npm run dev or npm startBuilding the extension is needed
To do so, run the command :
npm run buildAfter building the dist folder, head to this link that will guide you How to install the unpacked extension in your browser.
- Google chrome, Microsoft Edge, Opera and Opera GX are supported for now using build method.
- For Firefox users, click here to download Bullet Journal from Mozilla Add-Ons
- Download dist folder here and upload it manually.
Please read CONTRIBUTING.md
Please make sure to check the Features to add section.
Please read Code of Conduct