-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
component: import-loadgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.🔔 reminder-sent
Description
- Open JabRef
- Create new library
- Open Firefox
- Ensure that JabRef plugin is installed
- Navigate to https://learning.oreilly.com/library/view/infrastructure-as-code/9781098150341/
- Click on "Import references..."\
- See popup
- Select "Show BibTeX source"
- See that this is strangely formatted
Wish:
- For this field, the BibTeX could should be parsed.
- If not successful: show original string
- if successful: show reformmated bibtex
Hints
- Ensure that flag
org.jabref.model.entry.BibEntry#changed
is true - One should be able to use
org.jabref.logic.bibtex.BibEntryWriter#serializeAll
to get the String represnetation of the entry. - One could also use
org.jabref.logic.bibtex.BibEntryWriter#write(org.jabref.model.entry.BibEntry, org.jabref.logic.exporter.BibWriter, org.jabref.model.database.BibDatabaseMode, java.lang.Boolean)
withreformat
begingtrue
Metadata
Metadata
Assignees
Labels
component: import-loadgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.🔔 reminder-sent
Type
Projects
Status
Free to take