notes/Library/Core/Widget/Linked Mentions.md
2024-03-01 12:37:14 +00:00

466 B

description tags hooks.bottom.where
Adds Linked Mentions to pages template false
# We need to escape handlebars directives here, since we're embedding
# this template into a template (INCEPTION)
template: |
  {{escape "#if ."}}
  # Linked Mentions
  {{escape "#each ."}}
  * [[{{escape "ref"}}]]: `{{escape "snippet"}}`
  {{escape "/each"}}
  {{escape "/if"}}
query: |
  link where toPage = "{{@page.name}}" and page != "{{@page.name}}"