Oliver Kopp
Oliver Kopp
This is a follow up to https://github.com/JabRef/jabref/pull/12576 and a real fix for https://github.com/JabRef/jabref/issues/12551. Example entry preview - based on [`Chocolate.bib`](https://github.com/JabRef/jabref/blob/main/jablib/src/test/resources/testbib/Chocolate.bib); `Richard_2017`:  I press "copy citation (html)":  Then following...
Follow-up to https://github.com/JabRef/jabref/pull/11845 Hopefully fixes OutOfMemoryExceptions Tries to make use of [`closeImmediatly()`](https://javadoc.io/doc/com.h2database/h2/1.4.192/org/h2/mvstore/MVStore.html) of MVStore ### Mandatory checks - [x] I own the copyright of the code submitted and I license...
As researcher, I have created dozens of `.bib` files, which I want to consolidate into one: I would like to point JabRef do a directory. Then, it recursively crawls the...
Context: https://github.com/JabRef/jabref/issues/12532#issuecomment-2743855961 JabRef does not support `\` to be used as escaping for the keyword separator Task: 1. Add test cases for `\,` in org.jabref.model.entry.KeywordListTest 2. Adapt `org.jabref.model.entry.KeywordList#parse(java.lang.String, java.lang.Character, java.lang.Character)`...
 It is unclear, which JabRef key is used there. ***Update** - Show tooltip of username and host when hovering on "User-specific file directory" and the text box next to...
If `--help` is active, JabRef CLI should output help - NOT pass this to the GUI 2. Start JabRef and keep it running 3. run `jabref.exe --help` 4. See `INFO:...
## Background JabRef has suport to abbreviate and unabbreviate journal names: https://docs.jabref.org/advanced/journalabbreviations With https://github.com/JabRef/jabref/pull/9504, JabRef has much better internal handling of journal lists. ## Feature The dropdown of JabRef should...
I start git bash on Windows. I run ./gradlew :jabkit:run --args="check-consistency --input=/c/Users/koppor/Downloads/test.bib" I get ``` ERROR: Error opening file '\c\Users\koppor\Downloads\test.bib': org.jabref.logic.importer.ImportException: java.nio.file.NoSuchFileException: \c\Users\koppor\Downloads\test.bib ``` I think, we need to internally...
This is a follow-up to https://github.com/JabRef/jabref/pull/12461. This is a refinement of the GSoC project description https://github.com/JabRef/jabref/wiki/GSOC-2025-ideas-list#welcome-walkthrough covering the **welcome tab** only. --- > [!Note] > A welcome walkthrough is a...
As user, one can run biber --validate_datamodel xyz.bib Then, the log is filled with entries such as WARN - Datamodel: report entry 'Iron2009' (oliver-kopp.bib): Missing mandatory field 'type' A pattern...