doc: denote link completion
This commit is contained in:
@@ -21,7 +21,7 @@ do adjusting the tags or changing the title of a note. The official manual is
|
||||
available online:
|
||||
https://protesilaos.com/emacs/denote
|
||||
|
||||
The denote plugin adds denote-functionality to vim --- the vim way. We are
|
||||
The denote plugin adds denote functionality to vim --- _the vim way._ We are
|
||||
aware of two other plugins, but we fear that these plugins are not flexible
|
||||
enough, and more importantly, do not follow the vim philosophy for handling
|
||||
denote notes. These mentioned plugins are available here:
|
||||
@@ -29,10 +29,13 @@ denote notes. These mentioned plugins are available here:
|
||||
https://git.sr.ht/~ashton314/vim-denote
|
||||
|
||||
In contrast to these plugins, the present package relies on the
|
||||
|location-list| features for displaying denote entries, and on and
|
||||
|'includeexpr'| option for following the links (see, |gf|). This plugin also
|
||||
provides custom location-list formatting using the option
|
||||
|'quickfixtextfunc'|.
|
||||
|location-list| features for displaying denote entries, and on the options
|
||||
|'quickfixtextfunc'|, |'includeexpr'|, and |'omnifunc'|. With these, denote
|
||||
links can be followed using |gf|, and completed using omni comletion (see,
|
||||
|compl-omni|). For link completion, press |i_CTRL-X_CTRL-O| after typing any
|
||||
prefix of a denote link. This completion also works with titles: by invoking
|
||||
omni completion after typing "denote:foo", denote links are completed for
|
||||
entries containing "foo" in the title.
|
||||
|
||||
*denote-commands*
|
||||
Commands ~
|
||||
|
||||
Reference in New Issue
Block a user