Offline (via Dexie and IndexedDB) bookmarks manager for the browser.
- Support for folders and nested folders
- Support for tagging bookmarks
- Can synchronize the database contents using SyncClient and SyncServer
- Clone the repository
- Install dependencies with
npm install
- Run
npm start
and navigate to localhost:3000 to start using the app- Optional: Use a different webserver. For this you need to set /dist as the root
- Optional: run SyncServer
- Use the settings menu to add a server url and port (optional) to be used for synchronization
- URL
- Title
- Write date
- Author
- Description
- Tags
- Parent folder
- Flag to set the bookmark as read
The BookmarksManager was tested with newer versions of Chrome. Should also work in Firefox but was not explicitly tested there.
If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please open an issue or pull request. If you have any questions feel free to open an issue with your question.