From 2e7a4daeb8308f5c13c7d463204a6fc357997b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Tue, 17 Feb 2026 17:38:13 +0100 Subject: [PATCH] compact command listing --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5335cd8..e55678c 100644 --- a/README.md +++ b/README.md @@ -45,21 +45,21 @@ for closing the location list. #### Commands This package defines the following user commands: -##### `:Denote [{keyword ..}]` +- `:Denote [{keyword ..}]`: This command places all denote entries in the location list. You may supply any number of arguments to filter the notes by the given keywords. -##### `:DenoteTag {tag}` +- `:DenoteTag {tag}`: With this, all notes of a given tag are listed. The `{tag}` may be autocompleted by hitting the tab key. -##### `:DenoteGrep /{pattern}/[g][j][f]` +- `:DenoteGrep /{pattern}/[g][j][f]`: This command builds around [:vimgrep](https://vimhelp.org/quickfix.txt.html#%3Avimgrep) and can be used to search for patterns within your notes. -##### `:DenoteBackReferences` +- `:DenoteBackReferences`: With this, you may populate the location list with all links to the currently opened note.