Skip to content
/ mdcites Public

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

License

Notifications You must be signed in to change notification settings

ccnlab/mdcites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")
   

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages