diff options
| author | DefaultGen <gravel.justness270@slmail.me> | 2024-06-04 17:13:32 -0400 |
|---|---|---|
| committer | DefaultGen <gravel.justness270@slmail.me> | 2024-06-04 17:13:32 -0400 |
| commit | 9831fe1ec019e07251b209e73b3258d082d0ac94 (patch) | |
| tree | a2443690eebb4e4a162b578f24588196f138be7c /README.md | |
| parent | 45c6c2c12f97f91d0550db2aa888f68f68116e9a (diff) | |
| download | simple-denote.nvim-9831fe1ec019e07251b209e73b3258d082d0ac94.tar.gz | |
Refactoring, fixing edge cases
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,8 +1,17 @@ # simple-denote.nvim -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`. +This plugin provides a command `:Denote note` that prompts for a title and tags, then creates a new file using the emacs `denote` package file-naming 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. +`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` (Not yet implemented) + +There is no support for frontmatter or any other denote features. I just like the file-naming scheme. You can read more about the denote file-naming scheme here: https://protesilaos.com/emacs/denote#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d |
