[general] ## Default files/dirs which are loaded on startup ## Use absolute paths (~ for HOME works). Otherwise, loading might not work. bibfiles = [ "tests/biblatex-test.bib" ] ## Default editor to use when editing files. Arguments are possible editor = "vim" # with args: "vim -y" ## Default app to open PDFs/Epubs # pdf_opener = "xdg-open" ## Default app to open URLs/DOIs # url_opener = "xdg-open" ## Prefix which is prepended to the filepath from the `file` field ## Use absolute paths (~ for HOME works). Otherwise, loading might not work. file_prefix = "/some/path/prefix" ## Path to folder (with subfolders) containing PDF files with the basename ## of the format "citekey.pdf". Other PDF basenames are not accepted. ## Use absolute paths (~ for HOME works). Otherwise, loading might not work. pdf_path = "tests/pdf-files" ## Path to folder (with subfolders) containing note files with the basename of ## the format "citekey.extension". Other basenames are not accepted. The possible ## extensions can be set through the "note_extensions" array. note_path = "tests/note-files" note_extensions = [ "md", "txt" ] ## Symbols/chars to show if not has specific attachement 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 = "series" # [colors] ## Default values for dark-themed terminal ## Possible values are: ## ANSI color names. E.g. "bright-black" ## 256-colors indices. E.g. "250" ## Hex color codes. E.g. "#3a3a3a" # main_text_color = "250" # highlight_text_color = "254" # entry_color = "36" # keyword_color = "101" # info_color = "99" # confirm_color = "47" # warn_color = "124" # bar_bg_color = "234" # popup_bg_color = "234" # selected_row_bg_color = "237" # note_color = "123" # file_color = "209" # link_color = "27" # author_color = "38" # title_color = "37" # year_color = "135" [citekey_formatter] fields = [ "author;2;;-;_", "title;3;3;_;_", "year" ] case = "lowercase"