Oliver Kopp
Oliver Kopp
Details at https://discourse.jabref.org/t/issue-groups-not-visible-in-the-vertical-left-bar-even-if-correctly-visibile-in-the-groups-field-in-each-record/5659/2 Task: 1. Create A.bib with one entry belonging to group "A". Save. Close. 1. Create B.bib with one entry belonging to group "B". Save. 2. Import "A.bib"...
See #14400 for the steps to do.
JabRef can export any files (see https://docs.jabref.org/collaborative-work/export/customexports). - Refs: https://github.com/koppor/jabref/issues/392 Since static page generators on Markdown are en-vogue, JabRef should offer a built-in Markdown export. Example rendering: https://ozimmer.ch/papers/ Derived requirements:...
Currently, the `generate-citation-keys` command from JabKit doesn't allow for customization ``` Usage: jabkit generate-citation-keys [-dhp] --input= [--output=] Generate citation keys for entries in a .bib file. -d, --debug Enable debug...
Current customized preview: DOI gets more and more important. In the preferences, one can customize the entry preview: Quick hack to adapt the DOI: ``` \begin{doi}doi \format[DOIStrip]{\doi}\end{doi} \begin{url}doi \url\end{url} ```...
See #14400 for the steps to do.
See #14400 for the steps to do.
JabRef offers to display cited and citing papers. Thereby, it used the interface `CitationFetcher`: https://github.com/JabRef/jabref/blob/939b018668ef36e634561ea53974b8746be7b3e2/jablib/src/main/java/org/jabref/logic/importer/fetcher/citation/CitationFetcher.java#L15 There are currently two implementations. Only one is used in the GUI: https://github.com/JabRef/jabref/blob/939b018668ef36e634561ea53974b8746be7b3e2/jablib/src/main/java/org/jabref/logic/citation/SearchCitationsRelationsService.java#L33 The CLI...
The Jekyll template https://academicpages.github.io allows to create a nice academic page. Publications go into the folder https://github.com/academicpages/academicpages.github.io/tree/master/_publications. JabRef should be able to create these markdown files. Example: https://github.com/academicpages/academicpages.github.io/blob/master/_publications/2009-10-01-paper-title-number-1.md. Check the...
https://github.com/JabRef/jabref/pull/13938 introduced the functionality to Tab through all fields of the entry editor. There should be the inverse functionality: Shift+Tab should focus the previous field - and if there is...