Skip to content

yifan-gu/blueNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blueNote GitHub Actions

A Notes/Clippings Browser

Build

git clone git@github.com:yifan-gu/blueNote.git && go build
./blueNote -h

Usage

Export notes as html using the Kindle App

Export Notes From Kindle App

Convert notes to org-roam files

./blueNote convert -i kindlehtml -o org-roam examples/kindle_html_single_book_example.html ./

Add -s if the book is a collection of multiple books

./blueNote convert -i kindlehtml -o org-roam -s examples/kindle_html_collection_example.html ./

Browse and edit the notes with tags

View and Edit Notes in Emacs Org-roam

Remember to run M-x org-roam-db-sync to sync the org-roam database

Run org-roam-db-sync

📖 Happy Notes Searching! 📖

Search for Notes in Emacs Org-roam

References

TODO

Documentation

  • Update README to reflect the json/mongodb based usage

Emacs org roam related:

  • [Dropped] Roam module (fix bug)
  • [Dropped] Check roam version

Parser/Exporter:

  • Refactor book module
  • Refactor configs for parser and exporter
  • Fix location output
  • Fix user notes content
  • JSON exporter
  • Optional author, title flag
  • Stacktrace error
  • List parsers and exporters
  • MongoDB exporter
  • JSON parser
  • One click export from Kindle app

Server Backend:

  • Database storage
  • Index, unique on digest
  • Update storage interface
  • Recompute digest
  • Limit on return marks
  • Timestamp(created, last modified)
  • Server REST API?
  • Graphql API READ
  • Graphql API Create
  • Graphql API Update
  • Graphql API Delete
  • Handle Graphql null fields?
  • Graphql API tests, mocked storage

App:

  • Create DB scheme for users
  • Search by tags, keywords, book, author
  • Show random notes/highlights every time
  • Show connected notes
  • Clickable with tags, book, author
  • Manual update tags
  • Ratings?
  • Audio book
  • Generate tags automatically
  • Connected notes suggestion

Advanced functions:

  • User ratings
  • User comments?
  • User profiles
  • User upload audiobook readings?

About

A Reading Notes/Clippings Browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published