You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-10Lines changed: 32 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# simple-denote.nvim
1
+
# denote.nvim
2
2
3
-
This Neovim plugin provides a command `:Denote note` that prompts for a title and keywords (tags), then creates a new file in a flat notes directory using the [Emacs Denote package's file-naming scheme](https://protesilaos.com/emacs/denote#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d):
3
+
This Neovim plugin provides a command `:Denote note` that prompts for a title and keywords
4
+
(tags), then creates a new file in a flat notes directory using the [Emacs Denote package's
That's all this does: create and consistently rename text files using the above scheme. No frontmatter, links, etc. I have overcomplicated my notes too many times with fancy Org Mode and Zettelkasten systems and this is my minimalist endgame.
19
+
That's all this does: create and consistently rename text files using the above scheme. No
20
+
frontmatter, links, etc. I have overcomplicated my notes too many times with fancy Org Mode and
21
+
Zettelkasten systems and this is my minimalist endgame.
18
22
19
-
The file-naming should be 1:1 with denote.el, down to minor things like triming/combining excess whitespace, removing special characters, disallowing multi-word keywords, and separating signature terms with = (e.g. `==three=word=sig`).
23
+
The file-naming should be 1:1 with denote.el, down to minor things like triming/combining excess
24
+
whitespace, removing special characters, disallowing multi-word keywords, and separating
25
+
signature terms with = (e.g. `==three=word=sig`).
20
26
21
27
# Installation / Config
22
28
23
29
Example config via [lazy.nvim](https://github.com/folke/lazy.nvim)
*[HumanEntity/denote.nvim](https://github.com/HumanEntity/denote.nvim) - This project was based on denote.nvim and modified to suit my personal preference or closer adhere to the original Denote spec.
115
+
*[historia/simple-denote.nivm](https://codeberg.org/historia/simple-denote.nvim) - This is a
116
+
fork from this project, which includes integration to other common plugins I use to manage my
0 commit comments