Template for creating books (paperback and ebook) from Markdown files.
This project contains a template for creating a book (paperback and eBook) from Markdown sources. It also supports the use of a "book journal", something I use when I'm plotting out a book. I got this idea from an article published in Writing Mysteries. You can see a few examples of a book journal here
IMPORTANT NOTE: This project recently underwent major changes. Updates to the documentation are coming soon. In the meantime, if you want to try using this, you'll want to look at what the _resources/scripts/newbook.py script does and do that manually.
- 2021-09-13 - Major revisions to the Makefile and directory structure (in progress)
- 2020-05-17 - Converted from ConTeXt to XELaTeX engine
- 2020-05-15 - Initial Revision
Tammy Cravit – @Maker_Tammy – [email protected]
Distributed under the MIT license. See LICENSE.md for more information.
https://github.com/tammymakesthings
- Fork it (https://github.com/tammymakesthings/markdown-ebook-template/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
This project has adopted the Contributor Covenant for all contributors. See CODE_OF_CONDUCT.md for more information.