OldManUmby / DND.SRD.Wiki

Dungeons & Dragons 5th Edition SRD converted to Markdown.
https://srd.wiki
328 stars 97 forks source link

Create epub with Pandoc #8

Closed lcfd closed 5 years ago

lcfd commented 5 years ago

Hi, I'm wondering if there's a fast way to create an epub for kindle. Can you help me?

raphael-proust commented 5 years ago

pandoc -f markdown -t epub D\&D\ 5E\ SRD\ v5.1\ Compilation.md -o D\&D\ 5E\ SRD\ v5.1\ Compilation.epub --metadata title='D&D 5E SRD v5.1 Compilation.md' Works For ME™

I haven't tried to open the epub file that it produces though. Let me know if it works.

OldManUmby commented 5 years ago

This is a good idea. The above Pandoc process will work if you have Pandoc installed and understand how to use a Terminal, which not everyone does. However, I will make an epub version to download directly from the homepage. Sorry, it took so long for a reply, I was traveling :) ... Stay tuned ... THX!

scott-joe commented 4 years ago

I just did the same thing, but for ICML, the Adobe copywriting format so I could take it from Markdown to ICML to InDesign and format it like an antique book. If you'd like, I can write a little script to make it easy for you or anyone else to auto-update these other formats.

Thanks for what you do here!