From 2700b9180abff90a8fdfa34965584a8c34dd3d38 Mon Sep 17 00:00:00 2001 From: DefaultGen Date: Sat, 1 Jun 2024 22:42:21 -0400 Subject: Readme fix --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c86be17..5cb157f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is a fork of HumanEntity's `denote.nvim`, modified to suit my personal pref There is no support for frontmatter, signatures, or any other `denote` features because I don't use them. I just like the filenaming scheme. This is just a simple command I use to create new markdown notes with `denote` filenaming. You can read more about the `denote` file-naming scheme here: + https://protesilaos.com/emacs/denote#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d # Installation / Config @@ -23,7 +24,9 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim) ``` `ext` is the file extension for your notes (e.g. md, org, norg) + `dir` is your notes directory. Make sure you create it beforehand. + `new_heading_on_retitle` determines whether `denote.nvim` will replace the first line with a new heading when you retitle a note. It will only do this if the first line is a heading to begin with. -- cgit v1.2.3