diff options
| author | lukeflo | 2025-08-23 21:29:35 +0200 |
|---|---|---|
| committer | lukeflo | 2025-08-23 21:29:35 +0200 |
| commit | 71632fca42977560aaf77dd521b0b6b51319ec17 (patch) | |
| tree | 651d5cbaf8cc94a5eb05c84866b0f05a720ca0f0 /tests | |
| parent | 2c1e8342b29b36e09ec90a1cb3d5819c7143273c (diff) | |
| download | bibiman-71632fca42977560aaf77dd521b0b6b51319ec17.tar.gz bibiman-71632fca42977560aaf77dd521b0b6b51319ec17.zip | |
implement a customizable fourth column for `EntryTable`
+ Now one can select a fourth column to be displayed in the config file
+ Possible values: journaltitle, organization, institution, publisher, pubtype
+ Defaults to pubtype
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-config.toml b/tests/test-config.toml index 1d29043..0b93cf3 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -32,6 +32,11 @@ file_symbol = " " link_symbol = " " note_symbol = "" +## Select a custom column beside standard "author", "title" and "year" +## Possible values are "journaltitle", "organization", "instituion", "publisher" +## and "pubtype" (which is the default) +custom_column = "publisher" + # [colors] ## Default values for dark-themed terminal ## Possible values are: |
