(doc): document tag completions (#1282)

This commit is contained in:
Jethro Kuan
2020-11-15 14:36:49 +08:00
committed by GitHub
parent a9fd6c0fc7
commit baf0dd9d00
2 changed files with 19 additions and 2 deletions

View File

@@ -855,7 +855,16 @@ completions.
the scenario ~this is a sent|~, calling ~completion-at-point~ will show
completions for titles that begin with "sent".
** TODO Tag Completion
** Tag Completion
Org-roam facilitates the insertion of existing tags via ~completion-at-point~.
That is, suppose you have notes with tags "foo", and "bar". Now, in a note, if
you're on a line beginning with ~#+roam_tags:~, completions for these will
appear as-you-type if they match.
This functionality is implemented in ~org-roam-complete-tags-at-point~.
* Navigating Around
** Index File

View File

@@ -1222,7 +1222,15 @@ completions for titles that begin with ``sent''.
@end defopt
@node Tag Completion
@section @strong{TODO} Tag Completion
@section Tag Completion
Org-roam facilitates the insertion of existing tags via @code{completion-at-point}.
That is, suppose you have notes with tags ``foo'', and ``bar''. Now, in a note, if
you're on a line beginning with @code{#+roam_tags:}, completions for these will
appear as-you-type if they match.
This functionality is implemented in @code{org-roam-complete-tags-at-point}.
@node Navigating Around
@chapter Navigating Around