diff options
| author | lukeflo | 2025-10-10 13:47:07 +0200 |
|---|---|---|
| committer | lukeflo | 2025-10-10 13:47:07 +0200 |
| commit | 4779dbc5fe3712bce31bbb5f1f43c28c4c839420 (patch) | |
| tree | 9f96997d5c0bab44584eb648396c7067c94f7db5 /tests | |
| parent | f9548af5c7693edf536b4ad45564a964338e2c2e (diff) | |
| download | bibiman-4779dbc5fe3712bce31bbb5f1f43c28c4c839420.tar.gz bibiman-4779dbc5fe3712bce31bbb5f1f43c28c4c839420.zip | |
substitute byte index for char counting loop, impl `dry-run` option for citekey formatting
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-config.toml | 4 |
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" |
