All Projects → johnpaulada → Pandoc Markdown Book Template

johnpaulada / Pandoc Markdown Book Template

A template for creating epub books from markdown using pandoc.

Projects that are alternatives of or similar to Pandoc Markdown Book Template

Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (+12.04%)
Mutual labels:  markdown, pandoc, epub, template
Thiefmd
The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
Stars: ✭ 48 (-74.87%)
Mutual labels:  markdown, pandoc, epub
Markdown Cv
Simple Markdown CV / Resume
Stars: ✭ 97 (-49.21%)
Mutual labels:  markdown, pandoc
Oscp Exam Report Template Markdown
📙 Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report
Stars: ✭ 2,066 (+981.68%)
Mutual labels:  markdown, pandoc
Markdownslides
MarkdownSlides is a Reveal.js and PDF slides generator from MARKDOWN files, that also generate HTML, EPUB and DOCX documents. The idea is that from a same MARKDOWN file we can get slides and books without worrying about style, just worrying about content.
Stars: ✭ 121 (-36.65%)
Mutual labels:  markdown, epub
Pandoc Sidenote
Convert Pandoc Markdown-style footnotes into sidenotes
Stars: ✭ 78 (-59.16%)
Mutual labels:  markdown, pandoc
Linl
Linl Is Not Letter -- Markdown-based LaTeX Letter Template
Stars: ✭ 84 (-56.02%)
Mutual labels:  markdown, pandoc
Patat
Terminal-based presentations using Pandoc
Stars: ✭ 1,725 (+803.14%)
Mutual labels:  markdown, pandoc
Pandoc Markdown Template
Markdown templates for Pandoc
Stars: ✭ 135 (-29.32%)
Mutual labels:  markdown, pandoc
Webpages To Ebook
Create an EPUB from a list of URLs. Standing on the shoulders of Wget, Readability and Pandoc.
Stars: ✭ 155 (-18.85%)
Mutual labels:  pandoc, epub
Awesome Scientific Writing
⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
Stars: ✭ 162 (-15.18%)
Mutual labels:  markdown, pandoc
Ieee Pandoc Template
IEEE paper template for pandoc
Stars: ✭ 76 (-60.21%)
Mutual labels:  markdown, pandoc
Markdeck
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
Stars: ✭ 1,159 (+506.81%)
Mutual labels:  markdown, pandoc
Science.md
An easy framework for drafting scientific documents: Write (Markdown), Compile (PDF, Word, HTML), Share.
Stars: ✭ 90 (-52.88%)
Mutual labels:  markdown, pandoc
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (-73.3%)
Mutual labels:  markdown, pandoc
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (-42.41%)
Mutual labels:  markdown, pandoc
Vuepress Homepage
📄 Elegant & friendly homepage (bio, tech portfolio, resume, doc...) template with Markdown and VuePress
Stars: ✭ 186 (-2.62%)
Mutual labels:  markdown, template
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-87.96%)
Mutual labels:  pandoc, epub
Mdviewer
Minimalistic Markdown viewer/converter with built-in Css stylesheets support.
Stars: ✭ 26 (-86.39%)
Mutual labels:  markdown, pandoc
Pandoc Action Example
using the pandoc document converter on GitHub Actions
Stars: ✭ 131 (-31.41%)
Mutual labels:  markdown, pandoc

Pandoc Book Maker Template

Template for creating epub books from markdown using pandoc.

forthebadge

Instructions

Install Pandoc

Debian, Ubuntu, and derivatives

macOS

  • With brew:
brew install pandoc

Windows

Create Book

  1. Change to this directory.
  2. Replace contents of metadata.txt, contents.markdown, and cover.jpg with your own content.
  3. Create your book with the following syntax:
pandoc -S --toc --epub-embed-font='fonts/*.ttf' -o book.epub metadata.txt contents.markdown

Your book will be exported as book.epub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].