thephilgray / gulp-epub-starter

An opinionated static EPUB generator with Less and BrowserSync + Readium Cloud Reader for live reload development.
2 stars 0 forks source link

Implement two-way conversion to and from EPUB #35

Closed thephilgray closed 5 years ago

thephilgray commented 5 years ago

There needs to be a way to quickly work with EPUBs not built with this workflow. The general idea is that a CLI script can parse an EPUB's opf file and generate a JSON file from it; while another script would be able to consistently build the opf file from this JSON.

Each file/asset used in the project has a certain amount of metadata associated with it in the opf/JSON. There could be a user-friendly GUI for quickly editing the metadata associated with each file.