aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDefaultGen <gravel.justness270@slmail.me>2024-06-03 17:05:57 -0400
committerDefaultGen <gravel.justness270@slmail.me>2024-06-03 17:05:57 -0400
commit17b947c5b2c0b67de7d2557f93793fcc284c6674 (patch)
tree4d5de92957a2a89ec904c668bad6eb4d2b0920a8 /README.md
parentf3ec29d35089ee141e593b9eececf66566052785 (diff)
downloadsimple-denote.nvim-17b947c5b2c0b67de7d2557f93793fcc284c6674.tar.gz
Changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index e59d84e..9e0788b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
# simple-denote.nvim
-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`
+The plugin provides a command `:Denote note` that creates a new note with a filename similar to the emacs `denote` package. 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 file-naming scheme.
@@ -27,7 +25,7 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim)
The heading options automatically support Markdown (#) and Org/Norg (*) headings.
-# `Denote` Command
+# :Denote Command
```vim
" Creates a new note in the `dir` directory with `ext` extension
@@ -46,6 +44,10 @@ The heading options automatically support Markdown (#) and Org/Norg (*) headings
:Denote retag
```
+# Credits
+
+Lots of code stolen from [HumanEntity's denote.nvim](https://github.com/HumanEntity/denote.nvim) and modified to suit my personal preference or closer adhere to the original Denote spec.
+
# License
MIT