Closed sangari closed 11 years ago
Hi sangari,
Basic logic that I used in epubReader Bookmarks is Identifier and Position
https://github.com/logiclord/epubReader/blob/master/js/epubReaderNavigator.js#L443
I create a unique Identifier and wrap it around the bookmarked text using html tag. This way I am able to identify bookmarks. I also replicate a part of HTML from bookmarked text for preview.
--logiclord
hai ,
can you pls explain me to implement bookmark in https://github.com/logiclord/epubjs.