-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Enable parameters for CLI: generate-citation-keys #14361
Copy link
Copy link
Labels
component: JabKit [cli]good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Metadata
Metadata
Assignees
Labels
component: JabKit [cli]good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Type
Fields
Give feedbackNo fields configured for task.
Projects
StatusShow more project fields
Done
Currently, the
generate-citation-keyscommand from JabKit doesn't allow for customizationHowever, JabRef allows for much customization: https://docs.jabref.org/setup/citationkeypatterns
This should also be offered in the CLI.
You can check the GUI for the options
Task:
CitationKeyPatternPreferencesas parameter in the CLI fororg.jabref.toolkit.commands.GenerateCitationKeysorg.jabref.logic.citationkeypattern.CitationKeyPatternPreferencesbased on CLI options. If no option is provided for a parameter, use the values from user-configuredJabRefCliPreferences(argumentProcessor.cliPreferences).Hints: