Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

mageddo/bookmark-notes

Repository files navigation

Deprecated

Use https://github.com/hackmdio/codimd or https://hackmd.io/ instead

Features

  • Bookmarks list like thumbs
  • Markdown editor
  • Code highlight
  • Tag you bookmark
  • Tag list filter
  • Search by everything
    • Search field to find by bookmark name, content and tags names
    • Tag list to filter your bookmarks
  • Logviewer
  • Mobile friendly
  • Make your bookmarks public

See more screenshots

Running without Docker

  1. Run image (It can take some seconds to server start to listen)
$ docker-compose up postgres
$ ./gradlew run
Server Running: http://localhost:8080
  1. Access browser http://localhost:8080
  2. That's it :)

Running with Docker

$ docker-compose -f docker-compose-prod.yml rm -f
$ docker-compose -f docker-compose-prod.yml up postgres
$ docker-compose -f docker-compose-prod.yml up bookmark-notes

Access browser http://localhost:8080