A bookmarking tool made with Python 3 + Django 2.0. Running here.
- Import bookmarks saved in the Netscape format
- Tag completion in forms
- Private marks with
private
tag - Private accounts
- Descriptions with Markdown support
- A friendly user guide (not so friendly yet)
- A bookmarklet
- Unlisted marks with dot prefix
- Browser extension (Firefox only currently)
- Bulk editing
- Export bookmarks (JSON, CSV)
- Wayback Machine Availability API integration
- Archive with full-text search
- Toggle between compact/one-line and spacious/multi-line views
javascript:location.href='https://bmarks.net/add/?url='+encodeURIComponent(location.href)+'&name='+encodeURIComponent(document.title)
This project is licensed under the MIT License - see the LICENSE.md file for details