doc: improve link_notation for aliases

This commit is contained in:
Thomas Lambert
2022-11-14 20:44:09 +01:00
parent 611d2923d3
commit ff85b22fb4
2 changed files with 7 additions and 1 deletions

View File

@@ -478,7 +478,7 @@ END
| `media_previewer` | how to preview media files | default: `telescope-media-files` |
|| - `telescope-media-files` if you have telescope-media-files.nvim installed |
|| - `catimg-previewer` if you have catimg installed |
| `follow_url_fallback ` | A customizable fallback handler for urls. | default: `nil` |
| `follow_url_fallback` | A customizable fallback handler for urls. | default: `nil` |
The calendar support has its own options, contained in `calendar_opts`:
@@ -710,6 +710,8 @@ The following links are supported:
named 'A cool title'
- [[A cool title#^xxxxxxxx]] ....... links to the paragraph with id ^xxxxxxxx within the note
named 'A cool title'
- [[201705061300|A cool title]] ..... links to the note named `201705061300` but shows the link as
`A cool title` if `conceallevel=2`
- [[#Heading 27]] .................. links to the heading 'Heading 27' within all notes
- [[#^xxxxxxxx]] ................... links to the paragraph with id ^xxxxxxxx within all notes

View File

@@ -744,6 +744,10 @@ Note links~
`[[A cool title#^xxxxxxxx]]` ....... links to the paragraph with id ^xxxxxxxx
within the note named 'A cool title'
`[[201705061300|A cool title]]` ..... links to the note named `201705061300` but
shows the link as `A cool title` if
`conceallevel=2`
`[[A cool title|xxxxxxxx]]` ........ links note 'A cool title' with using
name.