diff options
| author | lukeflo | 2025-06-29 20:31:41 +0200 |
|---|---|---|
| committer | lukeflo | 2025-06-29 20:31:41 +0200 |
| commit | ae1667410b0a812fff8d464251548f23f88ae024 (patch) | |
| tree | 55569dfcd3c1b1a94537fcf30b1cea98c428f9f2 /tests | |
| parent | 40629e0c2dc62bfb1786cb1c18bc68ed4c23e9ac (diff) | |
| download | bibiman-ae1667410b0a812fff8d464251548f23f88ae024.tar.gz bibiman-ae1667410b0a812fff8d464251548f23f88ae024.zip | |
some more tests for notes, need to elaborate function for opening notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/note-files/aristotle:poetics.txt | 0 | ||||
| -rw-r--r-- | tests/note-files/aristotle:rhetoric.md | 0 | ||||
| -rw-r--r-- | tests/note-files/bertram.txt (renamed from tests/note-files/betram.txt) | 0 | ||||
| -rw-r--r-- | tests/test-config.toml | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/tests/note-files/aristotle:poetics.txt b/tests/note-files/aristotle:poetics.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/note-files/aristotle:poetics.txt diff --git a/tests/note-files/aristotle:rhetoric.md b/tests/note-files/aristotle:rhetoric.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/note-files/aristotle:rhetoric.md diff --git a/tests/note-files/betram.txt b/tests/note-files/bertram.txt index 54d31e5..54d31e5 100644 --- a/tests/note-files/betram.txt +++ b/tests/note-files/bertram.txt diff --git a/tests/test-config.toml b/tests/test-config.toml index fd39b29..99d1d00 100644 --- a/tests/test-config.toml +++ b/tests/test-config.toml @@ -4,7 +4,7 @@ bibfiles = [ "tests/biblatex-test.bib" ] ## Default editor to use when editing files. Arguments are possible -# editor = "vim" # with args: "vim -y" +editor = "vim" # with args: "vim -y" ## Default app to open PDFs/Epubs # pdf_opener = "xdg-open" |
