diff options
| author | lukeflo | 2025-10-12 23:01:17 +0200 |
|---|---|---|
| committer | lukeflo | 2025-10-12 23:01:27 +0200 |
| commit | 0a8805acfb6fbb3d3a8c22f4ccbaf692a73cddfb (patch) | |
| tree | 3009e5c32985690cc1b346f4688fa3e9e3da7fde /tests/test-config.toml | |
| parent | f112c4e13009e5ddfe3cf5c4cbe7f29f832b8553 (diff) | |
| download | bibiman-0a8805acfb6fbb3d3a8c22f4ccbaf692a73cddfb.tar.gz bibiman-0a8805acfb6fbb3d3a8c22f4ccbaf692a73cddfb.zip | |
ignore list for words, but need to solve inner delimiter problem for words ignored
Diffstat (limited to 'tests/test-config.toml')
| -rw-r--r-- | tests/test-config.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml index 2c5ac96..d3e42c5 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -61,5 +61,10 @@ custom_column = "series" # year_color = "135" [citekey_formatter] -fields = [ "author;2;;-;_", "title;3;6;_;_", "year", "publisher;;5;#;" ] +fields = ["entrytype;;;;:", "author;2;;-;_", "title;3;6;_;_", "year", "publisher;;5;#;" ] +# fields = [ # CamelCase test +# "author;2;;;", +# "title;5;5;;", +# "year" +# ] case = "lowercase" |
