diff options
| author | DefaultGen <gravel.justness270@slmail.me> | 2024-06-18 18:54:21 -0400 |
|---|---|---|
| committer | DefaultGen <gravel.justness270@slmail.me> | 2024-06-18 18:54:21 -0400 |
| commit | 6e3901f1f0e54b7cfe90b18ff52987c2320d5338 (patch) | |
| tree | db876a8bb0010eb449431840b10fc5b42326a515 | |
| parent | 8dcc491d04a41c45d080db6864ab93c86f929964 (diff) | |
| download | simple-denote.nvim-6e3901f1f0e54b7cfe90b18ff52987c2320d5338.tar.gz | |
Minor changes
| -rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,17 +1,19 @@ # simple-denote.nvim -This plugin provides a command `:Denote note` that prompts for a title and 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): +This Neovim plugin provides a command `:Denote note` that prompts for a title and 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): `DATE==SIGNATURE--TITLE__KEYWORDS.EXTENSION` For example: 1. `20240601T174946--how-to-tie-a-tie__lifeskills_clothes.md` -2. `20240601T180054--i-have-no-tags.md` -3. `20240601T193022__im_only_tags.md` -4. `20240601T200121.md` -5. `20240601T213392==1a1--i-have-a-signature__denote_coolstuff.md` +2. `20240601T180054--i-have-no-tags.org` +3. `20240601T193022__im_only_tags.norg` +4. `20240601T200121.txt` +5. `20240601T213392==1a1--i-have-a-signature__denote_coolstuff.csv` -That's almost this does: open a file. I have overcomplicated my notes too many times with fancy Org Mode and Zettelkasten systems and this is my minimalist endgame. +That's all this does: create and consistently rename Denote files. 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. + +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 (tags), and separating signature terms with = (e.g. `==three=word=sig`). # Installation / Config |
