Home ›
Creating nicely formatted PDFs from Markdown files with Atom editorCreating nicely formatted PDFs from Markdown files with Atom editor
Submitted by Benjamin Melançon on May 24, 2017 - 9:38am
- Atom
- Make sure Atom's core Markdown Preview package is enabled
- Markdown to PDF for Atom
- paste-table for Atom
- LibreOffice Calc
- (Optional) vim-mode-plus for Atom
- (Optional) Make sure Atom's core autosave is enabled.
The current approach to having our proposals in version control is to generate PDFs from Markdown files. (This is much simpler to set up and use than our previous LaTeX approach, at the cost of losing some formatting control which we weren't using anyway.)
After installing Atom, install the above-referenced packages with:
apm install markdown-pdf paste-table vim-mode-plus
Or (if just starting with Atom) copy ben's Atom setup.
Searched words:
markdown preview
markdown to PDF
Comments
Post new comment