aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukeflo2025-06-29 12:28:57 +0200
committerlukeflo2025-06-29 12:28:57 +0200
commit2f76849512fd36dc7c49b6c20cc9c598739c9176 (patch)
tree5261f5ff745e3d61e1c429eb4c4f1d512977fc82
parentfdfbf550144ef69ecc6003760fbb39466ec08637 (diff)
downloadbibiman-2f76849512fd36dc7c49b6c20cc9c598739c9176.tar.gz
bibiman-2f76849512fd36dc7c49b6c20cc9c598739c9176.zip
some test files for bibnotes
-rw-r--r--tests/note-files/augustine.md (renamed from tests/note_files/augustine.md)0
-rw-r--r--tests/note-files/betram.txt (renamed from tests/note_files/betram.txt)0
-rw-r--r--tests/test-config.toml8
3 files changed, 7 insertions, 1 deletions
diff --git a/tests/note_files/augustine.md b/tests/note-files/augustine.md
index 7af8fa6..7af8fa6 100644
--- a/tests/note_files/augustine.md
+++ b/tests/note-files/augustine.md
diff --git a/tests/note_files/betram.txt b/tests/note-files/betram.txt
index 54d31e5..54d31e5 100644
--- a/tests/note_files/betram.txt
+++ b/tests/note-files/betram.txt
diff --git a/tests/test-config.toml b/tests/test-config.toml
index 6d05b64..fd39b29 100644
--- a/tests/test-config.toml
+++ b/tests/test-config.toml
@@ -19,7 +19,13 @@ 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 = "~/Documents/coding/projects/bibiman/tests/pdf-files"
+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" ]
# [colors]
## Default values for dark-themed terminal