Skip to content

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

License

Notifications You must be signed in to change notification settings

Jblew/markdown2paper

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published