This looks really useful, but one thing I wish citation managers would consolidate around is a well-defined format for citation data, such as CSL-JSON [^1]. I have regretfully never seen CITATION.cff files anywhere else, but CSL-JSON seems to see concerted efforts from:<p>* Zotero, with BetterBibTex plugin [^2]<p>* pandoc, through its updated citeproc library [^3]<p>* the citation plugin for Obsidian, which uses CSL-JSON [^4]<p>This might in the end be my personal preference, but a standardized JSON format (which is just as easily adaptable to YAML [^5]) seems much easier to parse and modify than Bibtex, with its sheer complexity. If we want to have the ability to easily cite <i>anything</i>, then this direction of standardization, I believe, is a must.<p>[^1]: <a href="https://github.com/citation-style-language/schema#csl-json-schema" rel="nofollow">https://github.com/citation-style-language/schema#csl-json-s...</a><p>[^2]: <a href="https://retorque.re/zotero-better-bibtex/exporting/pandoc/#use-csl-not-bibtex-with-pandoc" rel="nofollow">https://retorque.re/zotero-better-bibtex/exporting/pandoc/#u...</a><p>[^3]: <a href="https://github.com/jgm/citeproc" rel="nofollow">https://github.com/jgm/citeproc</a><p>[^4]: <a href="https://github.com/hans/obsidian-citation-plugin" rel="nofollow">https://github.com/hans/obsidian-citation-plugin</a><p>[^5]: <a href="https://github.com/citation-style-language/schema/issues/278" rel="nofollow">https://github.com/citation-style-language/schema/issues/278</a>