From 5c45d954f53a820b25b6e1fadc641d7c991c8506 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 22 Jun 2026 16:31:09 -0400 Subject: feat: multiple notes directory support added. existing config remains backwards compatible so no worries. --- lua/simple-denote/config.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/simple-denote/config.lua') diff --git a/lua/simple-denote/config.lua b/lua/simple-denote/config.lua index efd69c0..2b82778 100644 --- a/lua/simple-denote/config.lua +++ b/lua/simple-denote/config.lua @@ -3,6 +3,7 @@ local M = {} M.defaults = { ext = "md", dir = "~/notes/", + directories = {}, add_heading = true, retitle_heading = true, heading_char = "" -- This gets set automatically -- cgit v1.2.3