Support Citation File Format (CFF, yaml) as an import format #7945
Labels
component: export-or-save
component: import-load
good first issue
An issue intended for project-newcomers. Varies in difficulty.
[outdated] type: feature
JabRef should be able to parse Citation File Format (CFF) and export into it.
Information about the format can be found here.
https://citation-file-format.github.io/
See also https://github.com/citation-file-format/cff-converter-python
Implementation details.
Look at other importers, org.jabref.logic.importer
For YAML parsing, JabRef includes already the jackson yaml parser
https://github.com/FasterXML/jackson-dataformats-text/tree/2.13/yaml
The text was updated successfully, but these errors were encountered: