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.