aboutsummaryrefslogtreecommitdiff
path: root/tests/test-config.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-13 15:45:53 +0200
committerlukeflo2025-10-13 15:57:42 +0200
commit467851007e1861834326deee3116aa88fe839f5a (patch)
tree7e1cb113d99c32ad5b434f7e87d851cd9c9be382 /tests/test-config.toml
parent0a8805acfb6fbb3d3a8c22f4ccbaf692a73cddfb (diff)
downloadbibiman-467851007e1861834326deee3116aa88fe839f5a.tar.gz
bibiman-467851007e1861834326deee3116aa88fe839f5a.zip
Working proof of concept of citekey formatting
Diffstat (limited to 'tests/test-config.toml')
-rw-r--r--tests/test-config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml
index d3e42c5..8dd8014 100644
--- a/tests/test-config.toml
+++ b/tests/test-config.toml
@@ -61,10 +61,13 @@ custom_column = "series"
# year_color = "135"
[citekey_formatter]
-fields = ["entrytype;;;;:", "author;2;;-;_", "title;3;6;_;_", "year", "publisher;;5;#;" ]
+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 = ["?", "."]