From 8229175fcf5a647b3390f2b33ab964535849ed19 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sat, 23 Aug 2025 21:39:45 +0200 Subject: updated README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f5b7648..12a8ff4 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,11 @@ note_extensions = [ "md", "txt" ] 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 = "pubtype" ``` `bibfiles` @@ -276,6 +281,17 @@ note_symbol = "󰧮" particular entry for the current `bibiman` session and can be opened from within. +`custom_column` + +: Set a value for the fourth column used in the bibentry list. Possible values + are: + - `journaltitle`: Lists the title of the journal the paper was published in. + - `organization`: Name of the organization. + - `institution`: Name of the institution the author belonged to. + - `series`: Title of the book series the work was published in. + - `publisher`: Name of the publisher. + - `pubtype`: BibLaTex pubtype; e.g. `article`, `book`, `incollection` etc. + ### Color Configuration Furthermore, it is now possible to customize the colors. The following values -- cgit v1.2.3