Pedro Machado Santa
Pedro Machado Santa
Hi all! Again, I was able to do this by simply leveraging the options for custom OPF and TOC templates, by feeding a bit more 'internal' data into the templates,...
Great @cyrilis! So, if you don't have a strong opinion between those two, I would lean to **migrate to ES6 at the moment** (which will already allow us to upgrade...
> Is it possible to not insert video or audio into epub through epub-gen? Hi @oxm55522, don't understand if you want to add video/audio or remove the ability to add...
Hi @aurium! That's an interesting idea. How do you see adding contents work out in a CLI? As in, how would one feed the contents array to the CLI? Cheers.
I see, definitely interesting. Some command line framework like https://github.com/tj/commander.js could help. Ideally we should update the code to have the lib as well as the command line tool.
Hi @scorchpt! I think it's doable, yes. Out of curiosity, which scenario would that be helpful? 😀 Cheers!
I see, interesting. I don't know if we can get rid of all the temp files that easily, but it's a matter of looking at it. 😏
Hi @actuallymentor, that's interesting, yes. [EPUB3 does has some 'basic' JS/Scripting support on the standard](http://www.idpf.org/epub/31/spec/epub-contentdocs.html#sec-scripted-content) – though might be differences between the support level of that on each reader. But,...
Yap, a matter of having a markdown to HTML parser on the contents, and we should be good. Nice shout @aurium. 👍
Also, as a note, @fedeghe put up a project that handles Markdown files as input using this lib here: https://github.com/fedeghe/malta-epub Though keep in mind it's using an outdated version of...