-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Implement escaping for keyword separators #12810
Copy link
Copy link
Labels
good second issueIssues that involve a tour of two or three interweaved components in JabRefIssues that involve a tour of two or three interweaved components in JabRef📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Metadata
Metadata
Assignees
Labels
good second issueIssues that involve a tour of two or three interweaved components in JabRefIssues that involve a tour of two or three interweaved components in JabRef📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Type
Fields
Give feedbackNo fields configured for task.
Projects
StatusShow more project fields
Done
Context: #12532 (comment)
JabRef does not support
\to be used as escaping for the keyword separatorTask:
\,in org.jabref.model.entry.KeywordListTestorg.jabref.model.entry.KeywordList#parse(java.lang.String, java.lang.Character, java.lang.Character)to implement parsing the escapingorg.jabref.model.entry.KeywordList#serializeto escape properlyPlease also keep in mind that the GUI renders differently than when serializing. This should be done if steps 2 and 3 were correctly done. -- You can double check with org.jabref.gui.fieldeditors.KeywordsEditorViewModel#serializeKeywords - and simply try out at the UI.
There was code proposed multiple times - but without any timely follow-up. Please ready through and implement a good solution
When working on this address #12888 (comment)