Skip to content

Pandomine is a pandoc based framework to generate customer facing documentation in Word DOCX format using the README.md markdown files you have already written.

License

Notifications You must be signed in to change notification settings

cmmeyer/pandomine

Repository files navigation

Pandomine Document Generator

Introduction

Pandomine -- Express yourself without a Word.

You spend your whole day in your IDE -- why leave to generate documentation? Pandomine allows you to continue maintaining your documents in markdown for easy collaboration and versioning. Then at any time, (or continuously), generate DOCX format documentation in a clean, uniform, and templatized manner.

Include tables and images just like a regular markdown file. Add page numbers and date stamps just like a typical Word document. Deliver them to your customer without ever clicking that W.

Pandomime Document Generator

Requirements

Pandomine uses pandoc for document conversion. You can grab it at pandoc.org.

pandoc uses a reference template when generating the DOCX files. This is an existing DOCX file that has the desired formatting including headers and footers. When constructing this file, make sure any date fieldss are configured to update automatically. Without a reference template, pandoc uses the default document settings for Word.

Demo

  1. Install pandoc.
  2. Clone this repo.
  3. Run ./generate-docs.sh
  4. Pandomime finds three README.md files and generates docs.
  5. View your fresh, new DOCX files in the docs/ directory.

How It Works

Run generate_docs.sh from the any directory. It will drill down into all subdirectories and do the following:

  1. Find any files named README.md
  2. Extract out the first First Level Header (#) in the document to use as the document title.
  3. Generate a DOCX file by combining the markdown from the file and formatting from the reference document specified in the configuration.
  4. Save the DOCX file in the document subdirectory specified in configuration using the name extracted above.
  5. Continue on to the next README.md file.

Configuration

generate-docs.sh uses three constants:

  • pandoc_path -- Location of pandoc installed on this machine.
  • reference_path -- Location of reference DOCX file.
  • document_dir -- Relative subdirectory for document files.

README.md is always assumed as the name of the markdown input files.

About

Pandomine is a pandoc based framework to generate customer facing documentation in Word DOCX format using the README.md markdown files you have already written.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages