All Projects → FelipeCortez → bmarks

FelipeCortez / bmarks

Licence: MIT License
Tag-based bookmark manager inspired by delicious and Pinboard

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to bmarks

cwco
Powerful and Fast Web Component Library with a Simple API
Stars: ✭ 27 (-3.57%)
Mutual labels:  webapp
Daemon
适用于 MCSManager 的守护进程,用于与面板端进行分离直接控制和管理程序
Stars: ✭ 72 (+157.14%)
Mutual labels:  webapp
motada-photos-browser
Search over thousands free images
Stars: ✭ 36 (+28.57%)
Mutual labels:  webapp
fao
Party game based on Oink Games' tabletop game, "A Fake Artist Goes to New York." Draw with your phone or a mouse.
Stars: ✭ 70 (+150%)
Mutual labels:  webapp
awesome-bookmarks
书签「利器」收集 🍪🍿 Wiki 在线阅读👉
Stars: ✭ 45 (+60.71%)
Mutual labels:  bookmarks
ulboracms
Ulbora CMS is a self-contained CMS (no database needed) written in Golang. It uses a JSON datastore with content saved in both json files and in memory. You can download and upload a single binary backup file containing content, images, and templates as needed. It also has a built-in mail sender.
Stars: ✭ 42 (+50%)
Mutual labels:  webapp
SyncMarks-Extension
Browser Webextension for Firefox, Edge or Chromium derivatives to sync your bookmarks with a private backend.
Stars: ✭ 23 (-17.86%)
Mutual labels:  bookmarks
play-scala-anorm-example
Example Play Database Application using Anorm
Stars: ✭ 41 (+46.43%)
Mutual labels:  webapp
flow-spring-examples
Examples for Vaadin and Spring Boot
Stars: ✭ 39 (+39.29%)
Mutual labels:  webapp
madomagiOOP
👨‍💻♐ OOP learning with anime magical girl. (魔法少女で学ぶオブジェクト指向)🧙
Stars: ✭ 17 (-39.29%)
Mutual labels:  webapp
b2ntp
Kanban style New Tab Page extension with your bookmarks and powerful search
Stars: ✭ 50 (+78.57%)
Mutual labels:  bookmarks
pinboard.el
A pinboard.in client for Emacs.
Stars: ✭ 32 (+14.29%)
Mutual labels:  bookmarks
Ant App H5
It's a simple vue2 mobile project
Stars: ✭ 21 (-25%)
Mutual labels:  webapp
ParkCatcher
Find a free parking in the nearest residential street when driving in Montréal. A Montréal Open Data project.
Stars: ✭ 32 (+14.29%)
Mutual labels:  webapp
filimo-plus
FilimoPlus: browse, search, play or download filimo items
Stars: ✭ 23 (-17.86%)
Mutual labels:  webapp
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+289.29%)
Mutual labels:  webapp
msLog
log for webView & webApp 用于webView和webApp的log工具
Stars: ✭ 25 (-10.71%)
Mutual labels:  webapp
linkbucket-go
This project has been moved permanently to: https://fossil.avalos.me/linkbucket-go
Stars: ✭ 16 (-42.86%)
Mutual labels:  webapp
bootstrap-4-react
Bootstrap 4 React components
Stars: ✭ 19 (-32.14%)
Mutual labels:  webapp
slim-play
Slim Play app
Stars: ✭ 76 (+171.43%)
Mutual labels:  webapp

bmarks

Build Status

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)

Running with Docker

In a staging environment, run export DJANGO_DEVELOPMENT=1 before starting your containers.

In the app folder, run docker-compose up --build.

To run the migrations, docker-compose run web python3 manage.py migrate.

The application should be up and running afterwards.

In a production environment, set STATIC_ROOT, run collectstatic and serve the static files with Nginx or Apache as mentioned in the Django documentation.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].