bennyboer / thaw

Hierarchical organizable and versionable document tool with export to PDF
MIT License
4 stars 1 forks source link

Write own CSL implementation #63

Open bennyboer opened 3 years ago

bennyboer commented 3 years ago

Since the current library citeproc-java uses JavaScript to run, it it slow and we cannot really build using JLink or jpackage. Thus we have to write our own implementation using pure Java.

CSL v1.0.1 specification to implement: https://docs.citationstyles.org/en/1.0.1/specification.html

This unforeseen problem will probably delay v0.1 a little.

Development branch: csl

TO-DO

bennyboer commented 3 years ago

Blocked until #65 is done.