lowercasename / docdown

A menu bar app to convert Markdown into academia-ready Word documents
GNU General Public License v3.0
94 stars 5 forks source link

DocDown

An Electron menu bar application which takes Markdown files, filters them through a Zotero bibliography file, a CSL file, and a reference .docx file, and exports a Word document with embedded citations and styles.

It's ideal if you're already using Markdown and Zotero or get excited about tweaking Word styles, and it's definitely overkill if you just need to convert some Markdown files into some Word files - there are much better utilities out there to do that.

Requirements

For a detailed guide to setting up your system to work with DocDown, head to the wiki.

DocDown is a cross-platform app, but has only been tested on macOS - chances are it won't work properly on Windows or Linux.

DocDown requires:

DocDown comes bundled with a few common CSL files and a few simple Word reference files, but you can optionally supply:

Even more optionally, you can supply:

Installing

See the wiki for installation instructions.

Building from source

Download this repository onto your computer and switch to the resulting directory:

git clone git@github.com:lowercasename/docdown.git
cd docdown/

Install the dependencies:

npm install

Package the app with electron-packager:

npm run dist