Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.02 KB

bmarks

A bookmarking tool made with Python 3 + Django 2.0. Running here.

Features

  • 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

Bookmarklet

javascript:location.href='https://bmarks.net/add/?url='+encodeURIComponent(location.href)+'&name='+encodeURIComponent(document.title)

License

This project is licensed under the MIT License - see the LICENSE.md file for details