mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(docs) fix and add to link completion doc (ref #1413)
This commit is contained in:
@ -729,11 +729,14 @@ to variable ~company-backends~.
|
||||
represents the cursor:
|
||||
|
||||
- ~[[|]]~: completes for a file title
|
||||
- ~[[roam:]]~: completes for a file title
|
||||
- ~[[roam:|]]~: completes for a file title
|
||||
- ~[[*|]]~: completes for a headline within this file
|
||||
- ~[[foo*|]]~: completes a headline within the file with title "foo"
|
||||
- ~[[roam:foo*|]]~ completes a headline within the file with title "foo"
|
||||
|
||||
If you don't see the literal display of your links like the above examples,
|
||||
call ~M-x org-toggle-link-display~
|
||||
|
||||
Completions account for the current input. For example, for ~[[f|]]~, the
|
||||
completions (by default) only show for files with titles that start with "f".
|
||||
|
||||
|
@ -1143,7 +1143,7 @@ represents the cursor:
|
||||
@code{[[|]]}: completes for a file title
|
||||
|
||||
@item
|
||||
@code{[[roam:]]}: completes for a file title
|
||||
@code{[[roam:|]]}: completes for a file title
|
||||
|
||||
@item
|
||||
@code{[[*|]]}: completes for a headline within this file
|
||||
@ -1155,6 +1155,9 @@ represents the cursor:
|
||||
@code{[[roam:foo*|]]} completes a headline within the file with title ``foo''
|
||||
@end itemize
|
||||
|
||||
If you don't see the literal display of your links like the above examples,
|
||||
call @code{M-x org-toggle-link-display}
|
||||
|
||||
Completions account for the current input. For example, for @code{[[f|]]}, the
|
||||
completions (by default) only show for files with titles that start with ``f''.
|
||||
|
||||
|
Reference in New Issue
Block a user