From 4779dbc5fe3712bce31bbb5f1f43c28c4c839420 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 10 Oct 2025 13:47:07 +0200 Subject: substitute byte index for char counting loop, impl `dry-run` option for citekey formatting --- tests/test-config.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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" -- cgit v1.2.3