Help needed! We are working on creating a general citation import filter. So we need ODT/DOCX files containing citations that were created with EndNote, Mendeley, Citavi, Paperpile... and any other citation manager you like to use. The converter will also be available for other open source citation management tools. Please send us your sample files! [email protected]
@zotero is supported already. It is no problem creating example files with Zotero as it is open source and it's also the tool we use on a daily basis. We even support drag-and-drop from Zotero directly into FW documents.
@fiduswriter
But you know that mendeley is Kind of trscking and analyzing usage ..
Besides bein a corporateTool
Better is imho
@jabref and @zotero
Maybe cooperate ?
@erio7 @jabref @zotero We are working on an import filter from these other citation managers. So that when you receive a docx file with Mendeley citations embedded, you can easily read the file with all the semantic information intact. For export, we only focus on open formats.

@fiduswriter JabRef's internal format is just #bibtex We already have one for Citavi with a test case and some others, I think Mendeley is not yet supported because you can export it as a bib file
All other import formats are implemented here: https://github.com/JabRef/jabref/tree/main/jablib/src/main/java/org/jabref/logic/importer/fileformat

We also support integration with #LIbreOffice

jabref/jablib/src/main/java/org/jabref/logic/importer/fileformat at main ยท JabRef/jabref

Graphical Java application for managing BibTeX and BibLaTeX (.bib) databases - JabRef/jabref

GitHub
@fiduswriter LO integration happens through reference. marks. We support both our own custom layout format, jstyles, and the standard CitaitonStyle Language.
jstyles are documented here
https://docs.jabref.org/cite/openofficeintegration
OpenOffice/LibreOffice integration | JabRef

Hey @jabref , we know about Jabref. We have had support for Jabref groups in our bibtex/biblatex importer since at least December 2016 https://github.com/fiduswriter/biblatex-csl-converter/blob/d209bbd1c3c4a09f13382986e64feb5d4ab2bedc/src/import/biblatex.js#L667
@fiduswriter Ah nice! We use citeproc java to convert bibtex/biblatex to csl https://github.com/michel-kraemer/citeproc-java
GitHub - michel-kraemer/citeproc-java: ๐Ÿ“˜ A Citation Style Language (CSL) processor for Java.

๐Ÿ“˜ A Citation Style Language (CSL) processor for Java. - michel-kraemer/citeproc-java

GitHub