You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Request: #496
Adds ability to render wiki style links in yaml, primarily for people that
use `obsidian` style metadata via `frontmatter`. Still requires user to
install `yaml` parser so we can query nodes. Currently only supports the
style that is enclosed in double quotes and double square brackets.
Values used for rendering are currently pulled from the same
configuration as `markdown` wiki link rendering, i.e. `link.wiki`.
The logic to do the rendering is pulled directly from the `markdown`
implementation, by refactoring a little both code points call the same
core logic to perform rendering. The inputs store slightly different
information so a bit more parsing is done on the text to compute various
offsets and text bounds, but seems to all work well!
0 commit comments