JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.55k stars 2.48k forks source link

New UI #113

Closed koppor closed 8 years ago

koppor commented 9 years ago

(This issue is closed as it won't be targeted within the next months and we want to have our issue tracker clean. It will be reopened if we really work on the new UI.)

This issue is used to collect requirements to the new UI. I will incorporate updates in this text. To keep the comment list small, I will delete the comment if it is included fully in this text.

If someone volunteers, I would suggest to draft a UI using Pencil.

General idea

See #160

Nicer table layout

sci suggests two have the journal title rendered in two lines similar to Mendeley.

Should also work at unusual setups

tobiasdiez commented 9 years ago

Some libraries which might be helpful: Undecorator Get rid of the window border FXRibbon Ribbon

kubovy commented 8 years ago

One idea: What about HTML + CSS + JS. JavaFX application with ribbon and other modern elements, where some elements (e.g. main sidebar, main table, ...) are browsers and the content is done using HTML technologies. There is WebView with WebKit engine in JavaFX. In the future JabRef may provided as a webapp and accessible using tablets, etc. On desktop the user may not notice the difference if done correctly. You can run a even a small app server, e.g. Jetty, in the JavaFX app.