aboutsummaryrefslogtreecommitdiff
path: root/tests/test-config.toml
diff options
context:
space:
mode:
authorlukeflo2025-10-10 13:47:07 +0200
committerlukeflo2025-10-10 13:47:07 +0200
commit4779dbc5fe3712bce31bbb5f1f43c28c4c839420 (patch)
tree9f96997d5c0bab44584eb648396c7067c94f7db5 /tests/test-config.toml
parentf9548af5c7693edf536b4ad45564a964338e2c2e (diff)
downloadbibiman-4779dbc5fe3712bce31bbb5f1f43c28c4c839420.tar.gz
bibiman-4779dbc5fe3712bce31bbb5f1f43c28c4c839420.zip
substitute byte index for char counting loop, impl `dry-run` option for citekey formatting
Diffstat (limited to 'tests/test-config.toml')
-rw-r--r--tests/test-config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml
index fc447f1..b484b69 100644
--- a/tests/test-config.toml
+++ b/tests/test-config.toml
@@ -59,3 +59,7 @@ custom_column = "series"
# author_color = "38"
# title_color = "37"
# year_color = "135"
+
+[citekey_formatter]
+fields = [ "author;2;;-;_", "title;3;3;_;_", "year" ]
+case = "lowercase"