wstg
wstg copied to clipboard
EPUB version
Hello and thank you for this excellent and extremely useful resource!
Is there any plan / WIP about an EPUB version of the guide? Or is there anyone who would be interested in wokring on it?
There isn’t currently any plan for an epub version, however we could investigate if there’s a simple way to convert the PDF.
I already did a test about PDF to EPUB conversion, but PDF is a very difficult format to convert from and the quality of the result is very low. I'm now testing with pandoc
from MD sources, and it looks like we're getting somewhere. Attached you can find a no-image EPUB version which took only a few minutes to create.
I will spend a little more time on it to see if I can include images as well and then share the process. Thank you!
That's an interesting proposal. So before we make this into a PDF, we do some magic to transform the headers and the figures into parseable entities, so that we can reference them across the document and have the links activate like you'd be doing on the web interface. So clicking on "Chapter 4.1.5" would take you there, and not just be a reference to where they can find it.
As we've seen, the engines that transform MD to PDF/EPUB don't provide that.
Our logic is in the .github
directory with several separate scripts that take care of making things happen.
cc: @rejahrehim
I think this would be a welcome addition @zanardigit if we can find a smooth automated way to generate it.
Cannot make any promise, but I'll keep this on the radar and see what I can do. I guess I will ask on Slack if I need additional informations.
This could come in handy: https://news.ycombinator.com/item?id=26898591
@ThunderSon I can take this. Let me try and come up with a plan
@rejahrehim I believe @zanardigit is already working on it, per the earlier comments.
@kingthorin @ThunderSon @rejahrehim I haven't done anything yet so if anyone is willing and ready to go, they're welcome. Not much spare time in these period unfortunately.
@zanardigit no problem, thanks for letting us know.
Please comment if you are still working on this issue, as it has been inactive for 30 days. To give everyone a chance to contribute, we are releasing it to new contributors.
Can I work on this. The task is to convert PDF to EPUB right?
Well it doesn’t have to be from the PDF, though that might be easiest.
Please comment if you are still working on this issue, as it has been inactive for 90 days. To give everyone a chance to contribute, we are releasing it to new contributors.