From 1cb357ba687a9bbd4cf624bd89b7be465635ed13 Mon Sep 17 00:00:00 2001 From: MrMachiei Date: Sun, 14 Jan 2024 22:58:01 +0100 Subject: [PATCH 1/9] BibTeX information in web search import screen. (#560) --- CHANGELOG.md | 1 + .../gui/importer/ImportEntriesDialog.fxml | 6 ++- .../gui/importer/ImportEntriesDialog.java | 48 +++++++++++++++++-- src/main/resources/l10n/JabRef_en.properties | 1 + 4 files changed, 51 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3759e8323a..532358338ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv ## [Unreleased] ### Added +- BibTeX information in web search import screen. [#560](https://github.com/koppor/jabref/issues/560) - We added a fetcher for [ISIDORE](https://isidore.science/), simply paste in the link into the text field or the last 6 digits in the link that identify that paper. [#10423](https://github.com/JabRef/jabref/issues/10423) - When importing entries form the "Citation relations" tab, the field [cites](https://docs.jabref.org/advanced/entryeditor/entrylinks) is now filled according to the relationship between the entries. [#10572](https://github.com/JabRef/jabref/pull/10752) diff --git a/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml b/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml index c60b4a9ac1b..66b2b4d2ced 100644 --- a/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml +++ b/src/main/java/org/jabref/gui/importer/ImportEntriesDialog.fxml @@ -3,7 +3,6 @@ - @@ -13,6 +12,7 @@ + @@ -26,6 +26,10 @@