mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
doc: improve link_notation for aliases
This commit is contained in:
@@ -478,7 +478,7 @@ END
|
|||||||
| `media_previewer` | how to preview media files | default: `telescope-media-files` |
|
| `media_previewer` | how to preview media files | default: `telescope-media-files` |
|
||||||
|| - `telescope-media-files` if you have telescope-media-files.nvim installed |
|
|| - `telescope-media-files` if you have telescope-media-files.nvim installed |
|
||||||
|| - `catimg-previewer` if you have catimg 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`:
|
The calendar support has its own options, contained in `calendar_opts`:
|
||||||
|
|
||||||
@@ -710,6 +710,8 @@ The following links are supported:
|
|||||||
named 'A cool title'
|
named 'A cool title'
|
||||||
- [[A cool title#^xxxxxxxx]] ....... links to the paragraph with id ^xxxxxxxx within the note
|
- [[A cool title#^xxxxxxxx]] ....... links to the paragraph with id ^xxxxxxxx within the note
|
||||||
named 'A cool title'
|
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
|
- [[#Heading 27]] .................. links to the heading 'Heading 27' within all notes
|
||||||
- [[#^xxxxxxxx]] ................... links to the paragraph with id ^xxxxxxxx within all notes
|
- [[#^xxxxxxxx]] ................... links to the paragraph with id ^xxxxxxxx within all notes
|
||||||
|
|
||||||
|
|||||||
@@ -744,6 +744,10 @@ Note links~
|
|||||||
`[[A cool title#^xxxxxxxx]]` ....... links to the paragraph with id ^xxxxxxxx
|
`[[A cool title#^xxxxxxxx]]` ....... links to the paragraph with id ^xxxxxxxx
|
||||||
within the note named 'A cool title'
|
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
|
`[[A cool title|xxxxxxxx]]` ........ links note 'A cool title' with using
|
||||||
name.
|
name.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user