diff options
| author | lukeflo | 2025-06-30 15:45:14 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-30 15:45:14 +0200 |
| commit | 614a20a12138f6691f8472b8c8657cf62b6730fb (patch) | |
| tree | a14ec81b3b36f3759f277205693cd4b478b0afed /tests | |
| parent | 1b79ba0fb9f4a1d96c0de1fbf6ab42d8e1b0873c (diff) | |
| download | bibiman-614a20a12138f6691f8472b8c8657cf62b6730fb.tar.gz bibiman-614a20a12138f6691f8472b8c8657cf62b6730fb.zip | |
implemented symbols for attachements
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/note-files/aristotle_physics.md | 0 | ||||
| -rw-r--r-- | tests/test-config.toml | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/note-files/aristotle_physics.md b/tests/note-files/aristotle_physics.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/note-files/aristotle_physics.md diff --git a/tests/test-config.toml b/tests/test-config.toml index 99d1d00..51bd4e6 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -27,6 +27,11 @@ pdf_path = "tests/pdf-files" note_path = "tests/note-files" note_extensions = [ "md", "txt" ] +## Symbols/chars to show if not has specific attachement + file_symbol = " " + link_symbol = " " + note_symbol = "" + # [colors] ## Default values for dark-themed terminal ## Possible values are: @@ -43,3 +48,9 @@ note_extensions = [ "md", "txt" ] # 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" |
