jabref icon indicating copy to clipboard operation
jabref copied to clipboard

Graphical Java application for managing BibTeX and biblatex (.bib) databases

Results 553 jabref issues
Sort by recently updated
recently updated
newest added

## Description When checking https://github.com/JabRef/jabref/blob/main/src/test/resources/testbib/Chocolate.bib, one gets following integrity check error: TTEM03: Math superscript (^) and subscript (_) characters are not allowed in text mode Is a false postiive for...

good first issue
FirstTimeCodeContribution

Follow up to https://github.com/JabRef/jabref/pull/11886 Refs https://github.com/JabRef/jabref/issues/11785

good first issue
FirstTimeCodeContribution

1. Create a new bib file 2. Add new entry for `https://doi.org/10.1016/j.cl.2018.01.004`\ ![Image](https://github.com/user-attachments/assets/6abc06dc-8d42-4b93-9a47-5c84ad5a8bfe) 3. Add new entry for `https://doi.org/10.1016/j.cl.2018.01.004` See that dialog is the same: ![Image](https://github.com/user-attachments/assets/0039103f-36a2-47e6-b93c-5d6d5a7c9ef4) Wish: Below the DOI...

component: ui
good first issue
📍 Assigned
📌 Pinned

As far as I can see, dependencies of our JabLib on maven central (https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/org/jabref/jablib/) does not have the right dependencies declared. https://github.com/JabRef/jabref/blob/main/.jbang/JabSrvLauncher.java does NOT have jspecify declared as depdency, but...

dev: build-system

Closes #13262 In this PR, I improved the behavior of the library creation dialog when importing PDF files. Specifically, when a PDF containing only a single column is dragged into...

status: awaiting-second-review

### JabRef version Latest development branch build (please note build date below) ### Operating system GNU / Linux ### Details on version and operating system JabRef 6.0--2024-11-05--4705977 Linux 6.1.0-26-amd64 amd64...

good first issue
📌 Pinned

1. Create a new library 2. Drag'n'drop `jablib\build\resources\test\pdfs\minimal.pdf` into it 3. See Merge PDF metadata dialog appearing. 4. It first shows a "Grobid" column. \ ![Image](https://github.com/user-attachments/assets/a914b110-a874-484c-a727-222662bfa794) 6. However, this disappears:\...

good first issue
📌 Pinned
component: merge

### Description This pull request addresses various static analysis warnings to improve overall code quality and maintainability. The changes include: - Using string format placeholders (`{}`) in log messages instead...

Closes #13041 ### Description This PR provides a proper fix for the HTML citation copy functionality in the entry preview panel. Previously, when clicking “Copy citation (HTML)”, all formatting and...

status: ready-for-review
component: entry-preview

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`: ![Image](https://github.com/user-attachments/assets/da3f89c4-bb23-4e2d-bf07-4c738206a6c4) I press "copy citation (html)": ![Image](https://github.com/user-attachments/assets/a238caa7-4b19-4482-92de-7cc8a5cb32b2) Then following...

component: entry-preview
good first issue
📌 Pinned