From 5e8cd8762c2894b40036ce0bc02a15c3b23ce5bd Mon Sep 17 00:00:00 2001 From: DefaultGen Date: Wed, 5 Jun 2024 14:25:05 -0400 Subject: Fixed signature and heading edge cases --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5c32444..2b5f7a1 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim) { "DefaultGen/simple-denote.nvim", opts = { - ext = "md", -- Note file extension (e.g. md, org, norg) + ext = "md", -- Note file extension (e.g. md, org, norg, txt) dir = "~/notes", -- Notes directory (should already exist) add_heading = true, -- Add a md/org heading to new notes - retitle_heading = true, -- Replace the first line with a new heading when retitling + retitle_heading = true, -- Replace the first line heading when retitling }, }, ``` -- cgit v1.2.3