Skip to content

Makes your Zotero's/Mendeley's bibliography export compatible with markdown

License

Notifications You must be signed in to change notification settings

choc96208/csl-to-markdown

 
 

Repository files navigation

csl-to-markdown

Makes Zotero's bibliography export compatible with markdown

Folk details

This folk reverts to previous 0.10 release as I couldn't get 0.2.0 to work. The italic markdown has been modified to use a single asterisk (*) as I prefer this.

Requirements

You need to install Rust see to test and build this code.

Test

On unix based system :

cargo test

Build

cargo build --release

Usage

1- Make your csl file compatible with markdown. See the full list of styles here.

On unix based system :

./csl_to_markdown input_file.csl > output_file.csl

2- Add this new style to Zotero. See how to install a citation style from a file.

3- Use this new style to create a bibliography compatible with markdown. Dont forget to select the good citation style before exporting your bibliography.

Acknowledgement

This software is inspired by this blog article : "Markdown et Zotero"

Licence

This software is distributed under the MIT licence.

About

Makes your Zotero's/Mendeley's bibliography export compatible with markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%