diff options
Diffstat (limited to 'tests/test-config.toml')
| -rw-r--r-- | tests/test-config.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml index fc447f1..704d8d8 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -59,3 +59,22 @@ custom_column = "series" # author_color = "38" # title_color = "37" # year_color = "135" + +[citekey_formatter] +fields = [ + "shorthand;;;;+", + "entrytype;;;;:", + "author;2;;-;_", + "title;3;6;=;_", + "year", + "publisher;;5;#;" +] +# fields = [ # CamelCase test +# "author;2;;;", +# "title;5;5;;", +# "year" +# ] +case = "lowercase" +ascii_only = true +# ignored_words = ["the"] +# ignored_chars = ["?", "."] |
