julien-c / epub

node.js epub reader
https://www.npmjs.com/package/epub
Other
333 stars 307 forks source link

parse the guide #39

Closed json02 closed 5 years ago

json02 commented 5 years ago

Parse the guide block. It looks like this might have been an intended feature, but wasn't developed out.

Adding it has several use cases. One important one is if you want to be able to show the first chapter of actual content or the title page or copyright page, then parsing the guide to find a reference with type "text" or "title-page" or "copyright-page" can be used achieve that.

julien-c commented 5 years ago

Looks good to me, thanks!