rmzelle / ref-extractor

Reference Extractor - Extract Zotero/Mendeley references from Microsoft Word files
https://rintze.zelle.me/ref-extractor/
MIT License
332 stars 20 forks source link

Give more output formats than just CSL JSON #16

Closed rmzelle closed 6 years ago

rmzelle commented 7 years ago

E.g. BibTeX and RIS would be nice, or just formatted references.

Lars Willighagen did some work on building an API around Citation.js that might come in handy: https://twitter.com/rintzezelle/status/921356848305004545 and https://debug-citeproc-js.glitch.me/docs

rmzelle commented 6 years ago

See also https://citation.js.org/api/tutorial-input_types.html and https://citation.js.org/api/tutorial-output_options.html

rmzelle commented 6 years ago

Per https://github.com/rmzelle/ref-extractor/pull/22#issuecomment-388261876, I'm stuck on supporting formatted references, and RIS export likely will have to wait until Citation.js 0.4.

rmzelle commented 6 years ago

Solved with Citation.js v0.4.0-3 in https://github.com/rmzelle/ref-extractor/pull/24 and https://github.com/rmzelle/ref-extractor/commit/fb1ccb2e3ad6800b146bdc42a8f1acfdbc17e3ab, now offer CSL JSON, BibTeX, RIS, and APA-formatted output.