From e27069540a0bb22640974d0bd1a1bdf153b1b40d Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sat, 5 Jul 2025 22:32:41 +0200 Subject: succesfully tested note creation --- src/bibiman.rs | 1 + tests/note-files/doody.md | 0 2 files changed, 1 insertion(+) create mode 100644 tests/note-files/doody.md diff --git a/src/bibiman.rs b/src/bibiman.rs index 71ac831..87963dc 100644 --- a/src/bibiman.rs +++ b/src/bibiman.rs @@ -774,6 +774,7 @@ impl Bibiman { File::create_new(new_file).unwrap(); self.close_popup(); + self.update_lists(cfg); Ok(()) } diff --git a/tests/note-files/doody.md b/tests/note-files/doody.md new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3