/kindle-clippings

:books: Web application for managing your kindle highlights

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Reading Notes for Kindle

📚 Reading Notes is a free and open source web application for maintaining your Kindle Highlights.

http://reading-notes.com

Browser New Tab Page or page for wallmounted displays

Get a random quote from your favourite books whenever you open a new tab!

macbook_design_mockup png__2253x1481_q90_subsampling-2

It's also possible to load a new quoet every X seconds.

Contribute

Feel free to open issues or PRs! This is a pretty simple django application with a good'ol HTML frontend generated by django. It's hosted on Divio.

Project setup

  • docker-compose up - done! 🚀
  • manage.py commands can be executed as follows: docker-compose run --rm web python manage.py migrate
  • Optionally configure the EMAIL_URL environment variable when you want to send mails (cp .env-local.example .env-local)

Roadmap

  • UI for configuring periodical email deliveries
  • Restful API for retrieving ones notes
  • Export in various formats
  • Customizable the New Tab page