compact command listing

This commit is contained in:
2026-02-17 17:38:13 +01:00
parent 5d35061741
commit 2e7a4daeb8

View File

@@ -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.