diff options
| author | lukeflo | 2025-10-13 15:45:53 +0200 |
|---|---|---|
| committer | lukeflo | 2025-10-13 15:57:42 +0200 |
| commit | 467851007e1861834326deee3116aa88fe839f5a (patch) | |
| tree | 7e1cb113d99c32ad5b434f7e87d851cd9c9be382 /tests/test-config.toml | |
| parent | 0a8805acfb6fbb3d3a8c22f4ccbaf692a73cddfb (diff) | |
| download | bibiman-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.toml | 5 |
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 = ["?", "."] |
