JabRef / jabref

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

integrity check and follow up actions #11419

Open ilippert opened 3 months ago

ilippert commented 3 months ago

Is your suggestion for improvement related to a problem? Please describe. I like the integrity check. I am frustrated that I cannot find wizards that help me to solve the errors found.

Describe the solution you'd like I would like to select a finding/warning (or several at once) and then use a right click to select a possible action. E.g. for a file name with an ? offer to repair that, of for a Warning about a latex command (e.g. \enquote) I could "register" the command so that it does not generate a warning anymore.

HoussemNasri commented 4 days ago

Additional fixable finding/warning/reports can include:

We can go with the right click approach or an approach similar to the image below or a combination or both: right-click when multiple possible fixes, and single-click when one possible fix (common case).

Image

Random thoughts