From 6e3901f1f0e54b7cfe90b18ff52987c2320d5338 Mon Sep 17 00:00:00 2001 From: DefaultGen Date: Tue, 18 Jun 2024 18:54:21 -0400 Subject: Minor changes --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 465b896..a8eae8d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3