From 71632fca42977560aaf77dd521b0b6b51319ec17 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sat, 23 Aug 2025 21:29:35 +0200 Subject: 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 --- tests/test-config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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: -- cgit v1.2.3