Oliver Kopp
Oliver Kopp
> You can pass the list of open libraries down but I think you need to put them in the state manager as they can change, e.g. user closes/opens another...
Another thing: Maybe the dois should be cached in a Map strippedDOI->BibEntry. Reason for a 50k sized library the lookup will take long if there is always an iteration.
> Good point. Yes, the dialog is a model so the other elements are not accesible Then we just stick to the current library, which is OK.
@timurturbil Did you try out `biber --validate_datamodel` with https://github.com/JabRef/jabref-demonstration-libraries/blob/main/chocolate/Chocolate.bib? What is the output? Is it only the missing fields? Did you check the biber documentation for data model? In other...
> @koppor Right, I see there are other validations. I have created a pr. Please check it once you are available. No need to comment that a PR was created....
Which files do you import? Think of programming juniors not knowing anything about JabRef reading your issue. The dont know where to find import and which files can be imported....
Work towards fixing this is made at https://github.com/JabRef/jabref/pull/13894.
To ease organizational workflows I have linked the pull-request to the issue with syntax as described in https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue > Linking a pull request to an issue using a keyword >...
Submodule config got messed up: ``` Submodule 'abbrv.jabref.org' (https://github.com/JabRef/abbrv.jabref.org.git) registered for path 'buildres/abbrv.jabref.org' Error: fatal: No url found for submodule path 'jabref' in .gitmodules ``` I try to find out...
> Submodule config got messed up: > > ``` > Submodule 'abbrv.jabref.org' (https://github.com/JabRef/abbrv.jabref.org.git) registered for path 'buildres/abbrv.jabref.org' > Error: fatal: No url found for submodule path 'jabref' in .gitmodules >...