mdcites

command module
v0.0.0-...-fefee68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2021 License: BSD-3-Clause Imports: 9 Imported by: 0

README

mdcites

Markdown citation extractor, reads pandoc-citeproc citations, exports .bib file with those.

The markdown citation format is [@RefYY] and the RefYY is the bibtex cite key that is looked up in the source .bib file

Usage of mdcites:
  -bib string
    	required full path to .bib file containing all references that could be cited
  -dir string
    	optional directory containing .md files to process (default "./")
  -out string
    	filename for output .bib file containing only the cited references (default "references.bib")
   

Documentation

Overview

mdcites extracts markdown citations in the format [@Ref] from .md files and looks those up in a specified .bib file, and writes the refs to target .bib file which can then be used by pandoc-citeproc to efficiently process references.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳