项目作者: FelipeCortez

项目描述 :
Tag-based bookmark manager inspired by delicious and Pinboard
高级语言: Python
项目地址: git://github.com/FelipeCortez/bmarks.git
创建时间: 2017-10-01T17:27:30Z
项目社区:https://github.com/FelipeCortez/bmarks

开源协议:MIT License

下载


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