Jabref Daily: Preferences Get Personal
Today's merges center on giving users finer-grained control that used to be locked to global settings — per-library journal abbreviations, a database-scoped preference for citation styles, and an independent download preference for imports — alongside a fix that replaces a dead journal-lookup service.
Duration: PT2M33S
Episode overview
This episode is a short developer briefing from Jabref Daily.
It explains recent repository work in plain language.
- Show: Jabref Daily
- Published: 2026-08-07T04:00:53Z
- Audio duration: PT2M33S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's August 7th, 2026, and this is Jabref Daily.
The clearest signal in today's activity: JabRef is moving away from one-size-fits-all preferences toward settings scoped to the library or the workflow that actually needs them.
First, per-library journal abbreviations. PR 15517, from Faneesh Juneja, closes issue 15495 by storing an abbreviation type preference directly in a library's metadata, rather than the global formatter registry. This runs the abbreviation cleanup during save, when the preference is set. It touched save actions and…
Second theme: CSL for LibreOffice now respects the same "look up entries in active tab only" preference that JStyle and BST already honored. That's PR 16484 from Subhramit Basu, commit 30ae9bf. It fixes a real bug: the same entry open in two libraries could break citation key generation for bibliographies. The…
Third, PR 16506 from Aditya Anikam gives the import dialog's "download linked files" checkbox its own persisted preference, separate from the general web-search download setting. Small change, but it removes a source of user confusion where one setting silently controlled two behaviors.
Separately, PR 16504 from Siedlerchr…