/markdown2paper

Takes outline, multiple markdown files and *.bib file and makes a final markdown file with bibliography included.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

markdown2paper

Takes outline, multiple markdown files and *.bib file and makes a final-final-really-final markdown file with bibiography included.

🔥🔥🔥 Features

  1. Merges multiple markdown documents into one final version
  2. Uses single Outline section of the root document to lay out the final paper
  3. Includes child documents using links in the Outline file
  4. Formats bibliography using *.bib file and pandoc @key marks

Markdown2Paper

Installation

go get github.com/Jblew/markdown2paper

Then if you have $GOPATH added to $PATH, the cli should be available.

Usage

  1. Create a config file in the paper root directory:
bibPath: bibliography.bib
outlinePath: README.md
outPath: final-final-really-final-v3.md
  1. Run build command
$ markdown2paper build
  1. Paper is assembled