Curl ToC document ebook bookmarks - Printable Version +- Curl Global Community (https://communities.curl.com) +-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1) +--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2) +--- Thread: Curl ToC document ebook bookmarks (/showthread.php?tid=862) |
Curl ToC document ebook bookmarks - RobertShiplett - 03-04-2013 Because I built ebooks as Curl TOC documents, I most often need to be able to add bookmarks. In Default Curl documents at runtime, I use the graphical markers to navigate - but these are not suitable as a bookmarking technique in ebooks. Any ideas ? Do we now need a NEW document type of ExtendedTOC document style ? RE: Curl ToC document ebook bookmarks - heavybugtracker - 03-05-2013 Sounds a good for your ebook. How about implementing a BookmarkManager, and let your ExtendedToc inherits both BookmarkManager and TocDocument, managing your ebooks. But maybe each of your ebooks need to be a single TocDocument. Maybe your BookmarkManager should be one feature of a more powerful BookManager RE: Curl ToC document ebook bookmarks - RobertShiplett - 03-08-2013 I am looking at some annotation options in which I am treating a bookmark as an 'empty' named ( and maybe tagged ) generic annotation. Bookmark managers in browsers are so unhelpful unless they are exported to JSON or HTML (in my experience) that I want something closer to what I like, say, in WikidPad. |