livrereader / livre

An eBook reader built with Electron
37 stars 6 forks source link

Bookmarks #3

Open jdormit opened 7 years ago

jdormit commented 7 years ago

The user should be able to bookmark a page with a menu function (Control+s), and toggle a buffer of bookmarks with another menu function (Control-b). The bookmark buffer will appear opposite the TOC buffer, and look similar - each bookmark will be a link that calls Book.goto(bookmarkedURL).

jdormit commented 7 years ago

The bookmarks should be stored in data.json - see #4