aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDefaultGen <gravel.justness270@slmail.me>2024-06-03 16:58:20 -0400
committerDefaultGen <gravel.justness270@slmail.me>2024-06-03 16:58:20 -0400
commit7b46c05939d318374011028785637d7a92b4879b (patch)
tree6fe58dd6ca41636706ac9cb8f2ffb86dd92a6391
parent516bc5e46c8e8a4f63df0a21bf7efbe835bdec2a (diff)
downloadsimple-denote.nvim-7b46c05939d318374011028785637d7a92b4879b.tar.gz
Fix headings
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6bb5a5c..5082c45 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-# `simple-denote.nvim`
+#simple-denote.nvim
-This is a fork of HumanEntity's `denote.nvim`, modified to suit my personal preferences and be more accurate to the original emacs `denote` filename format.
+This is a fork of [HumanEntity's denote.nvim](https://github.com/HumanEntity/denote.nvim), modified to suit my personal preferences and be more accurate to the original emacs `denote` filename format.
The plugin just provides a command `:Denote note` that creates a new note with a `denote` style filename. For example: `20240601T174946--how-to-tie-a-tie__lifeskills_clothes.md`
-There is no support for frontmatter, signatures, or any other `denote` features because I don't use them. I just like the filenaming scheme.
+There is no support for frontmatter, signatures, or any other denote features because I don't use them. I just like the file-naming scheme.
-You can read more about the `denote` file-naming scheme here:
+You can read more about the denote file-naming scheme here:
https://protesilaos.com/emacs/denote#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d
# Installation / Config
@@ -25,7 +25,7 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim)
},
```
-`new_heading_on_retitle` supports Markdown (#) and Org/Norg (*) headings.
+The heading options automatically support Markdown (#) and Org/Norg (*) headings.
# `Denote` Command