An open API service indexing awesome lists of open source software.

https://github.com/lotfijb/bullet-journal-extension

Note taking browser extension
https://github.com/lotfijb/bullet-journal-extension

extension extension-chrome javascript reactjs

Last synced: 5 months ago
JSON representation

Note taking browser extension

Awesome Lists containing this project

README

          

# Bullet Journal

Note taking extension to jot down quick thoughts or to save longer notes

# Features
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

## Installation

Clone the repository to your machine using :

```bash
git clone https://github.com/lotfijb/bullet-journal-extension
```

Change directory to where you cloned the repository

```bash
cd bullet-journal-extension
```

Install required dependepncies

```bash
npm install or npm i
```

Start the project in localhost
(Project built with Vite JS)

```bash
npm run dev or npm start
```

## Usage
Building the extension is needed

To do so, run the command :
```bash
npm run build
```
After building the dist folder, head to this link that will guide you [How to install the unpacked extension in your browser](https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/).
* 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](https://addons.mozilla.org/en-US/firefox/addon/bullet-journal/)
* Download [dist folder here](https://drive.google.com/drive/folders/1bb5hCfqUlUV-sptiTSRD-0OkL40HaxaT?usp=sharing) and [upload it manually](https://webkul.com/blog/how-to-install-the-unpacked-extension-in-chrome/).

## Contributing

Please read [CONTRIBUTING.md](https://github.com/lotfijb/bullet-journal-extension/blob/main/CONTRIBUTING.md)

Please make sure to check the [Features to add](#Features) section.

## Code of Conduct
Please read [Code of Conduct](https://github.com/lotfijb/bullet-journal-extension/blob/main/CODE_OF_CONDUCT.md)

## Author

* [Lotfi Jebali](https://github.com/lotfijb)

## Contributors
* [Adrián Marín](https://github.com/adrianmarinwork)