View Single Post
Old 04-02-2020, 08:08 AM   #715
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,450
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The UI for creating annotations in the viewer is done. Serializing and displaying annotations is next. After that storing them in the db and having some dedicated UI for browsing/searching them across books.

You can tryout the UI (its a bit rough at the moment) with

Code:
calibre-debug -c "from calibre.utils.rapydscript import *; compile_viewer();" && CALIBRE_ENABLE_DEVELOP_MODE=1 calibre-debug -w file.epub
Then press the "a" key to start creating an annotation. Note that currently you can only highlight, adding text to highlights is not yet implemented.
kovidgoyal is offline   Reply With Quote