update documentation

This commit is contained in:
ekliot
2023-07-23 23:24:19 +00:00
parent d030b52e2d
commit e7ea7af18e
2 changed files with 2 additions and 4 deletions

View File

@@ -270,6 +270,7 @@ Telekasten.nvim allows you to color your `[[links]]` and `#tags` by providing
the following syntax groups:
- `tkLink` : the link title inside the brackets
- `tkAliasedLink` : the concealed portion of `[[concealed link|link alias]]`
- `tkBrackets` : the brackets surrounding the link title
- `tkHighlight` : ==highlighted== text (non-standard markdown)
- `tkTag` : well, tags

View File

@@ -496,10 +496,7 @@ groups:
- `tkBrackets` : the brackets surrounding the link title
- `tkHighlight` : ==highlighted== text (non-standard markdown)
- `tkTag` : well, tags
- `tkAliasedLink` : link with alias
- `tkHighlightedAliasedLink` : link with alias in `tkAliasedLink`
- `tkLinkAlias` : body of the link (left part of `[[aaa|bbb]]`)
- `tkLinkBody` : alias of the link (right part of `[[aaa|bbb]]`)
- `tkAliasedLink` : the concealed part of the link (left part of `[[aaa|bbb]]`)
`tkHighlight`, has nothing to do with links but I added it anyway, since I like
highlighting text when taking notes.