-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Adds support for custom field splitting in auto-generated selects
Squashing: Co-Authored-by: Philip Cooksey <[email protected]> Compressing @mhaeussermann keyword filter work into the new attribute bibtex_split_by for auto-generated selects. The functionality needed for the non-standard "keywords" bibtex field is that it should be split up with commas rather than taken as a whole. This can be accomplished by adding an attribute to the select that splits the string as @mhaeussermann had done. Adding an array in the else statement allows up to have both the default and extended split functionality without adding too much in terms of if statements. Removing extra html file and combining it with the previously made auto generate select page. Tests will come in the next commit
- Loading branch information
1 parent
06728f8
commit 9034073
Showing
2 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters