-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Enhance customization of entry types #9840
Copy link
Copy link
Labels
component: bib(la)texcomponent: uigood third issue📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Metadata
Metadata
Assignees
Labels
component: bib(la)texcomponent: uigood third issue📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
As user, I want to create a new entry type. For example, a new entry type "Person" with "name" and "googlescholar" as fields. JabRef offers advanced field handling for names, URLs, and more. This is implemented using
org.jabref.model.entry.field.FieldProperty. The current dialog enables only the addition and deletion of fields. Not assigning field properties or changing the name.Thus, TODOs:
org.jabref.model.entry.field.FieldPropertys. Should be done in a combo-box allowing multiple selections.Enable update of name: I cannot fix typos in the name -- it should be possible to double click the name and then change the value:Optional: Enable casing: I tried to add "GoogleScholar", but I could not type the capital "s". I think, users should be allowed to use arbitrary casing?More information
jabref/src/main/java/org/jabref/model/entry/field/InternalField.java
Line 57 in 6269698