koppor / jabref

Collection of simple for JabRef issues. Please submit PRs to https://github.com/jabRef/jabref/.
https://github.com/jabRef/jabref/
MIT License
8 stars 13 forks source link

Web search results should render the BibTeX too #560

Closed koppor closed 5 months ago

koppor commented 2 years ago

Example search "Vino4TOSCA" on "Collection of Computer Sciene Bibliographies"

image

As user, I wonder, which entry contains the most information.

I would like to have a) the BibTeX information or b) a list of fields (as soon as I click on an entry).

nooynayr commented 9 months ago

Hello, I've gone through the contributing page and the setup page. Would I be able to work on this issue?

I'd like to maybe have some pointers on where to start with this issue if possible as well?

taliashark77 commented 8 months ago

Hello, I would also be interested in working on this issue for my university assignment, please let me know it would be ok for me to work on this

koppor commented 8 months ago

@nooynayr Was first, sorry @taliashark77.

@nooynayr Please give feedback within two days if you really work on this. Otherwise, I will free up the issue again.

nooynayr commented 8 months ago

@koppor I've looked into the repo and I've compiled the project so that I can use JabRef. Which classes would I need to look into in order to resolve this issue? I've looked at the search folder under gui so far.

koppor commented 8 months ago

@nooynayr IntelliJ offers Ctrl+Shift+F to search for text. You can use the text "Select the entries to be imported" to find the classes. Maybe you should also give JavaFX give a read: https://devdocs.jabref.org/code-howtos/javafx.html

nooynayr commented 8 months ago

@koppor Could you unassign me from this issue?

MrMachiei commented 7 months ago

Hi all, hope everything is going well! I'm really interested in tackling this issue as a beginner, could I take it?

koppor commented 7 months ago

@MrMachiei Sure! I assigned you. Looking forward!

MrMachiei commented 6 months ago

Hi @koppor, I'm working on the issue now, could you please give me an example of how would you like to Bibtex information be presented? Should it be all BibTeX data presented as a row after the authors or something else?

koppor commented 6 months ago

@MrMachiei Just the plain BibTeX, like in the entry editor.

image

Place it below the list and the buttons ("Select all entries", ...)


The bibfile used is https://github.com/JabRef/jabref/blob/main/src/test/resources/testbib/Chocolate.bib.

MrMachiei commented 6 months ago

Hi @koppor, I created the PR: https://github.com/JabRef/jabref/pull/10784