rupa / epub

python/curses cli epub reader
380 stars 63 forks source link

Bookmark support #23

Open joogoo opened 7 years ago

joogoo commented 7 years ago

Please implement a simple bookmark system, it would be great to keep tracking of the progress of readings.

keithstellyes commented 6 years ago

This would be interesting, yeah.

Perhaps we could go for a simple JSON-based, maybe right by the ebook file /path/to/ebook/book.epub we have a /path/to/ebook/.bookmark.book.epub

I would prefer YAML even more since it's generally a prettier/easier-on-the-end-user format, I'm curious what others think