Makes Zotero's bibliography export compatible with markdown
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.
You need to install Rust see to test and build this code.
On unix based system :
cargo test
cargo build --release
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.
This software is inspired by this blog article : "Markdown et Zotero"
This software is distributed under the MIT licence.