PandocTools is a Sublime Text 3 package designed for academic writing in pandoc-flavoured markdown.
For now, its main features are :
*
and _
pandoc_cite
needs at least one bibtex file in input. Add yours as
"bibfiles": ["/path/to/bib/file.bib"]
In PandocTools.sublime-settings
in your User directory.
pandoc_cite's default shortcut is "ctrl+<". It can be changed in Default.sublime-keymap
.
PandocTools started as an adaptation of LatexTools for the Pandoc Markdown syntax. Parts of the code have been adapted from LatexTools (for the citation) and PandocAcademic (for the syntax).