Context available for templates
Context available for templates
The included information is optional in the settings of the plugin. See Considered Context.
title
The title
of the document.
selection
selection
is the selected text according to the method explained in Considered Context.
selections (new v0.2.17)
It is an array that includes the all selections. You can access it through selections
.
context
includes YAML Varaibles, Title, StaredHeadings, Selection
frontmatter
The frontmatter variables are available directly or in frontmatter
variable (object).
headings
It is an object that contains all the headings with their content.
children
It is an array that includes the cited notes. You can access it through children
.
mentions
mentions
is an object that includes two arrays: linked and unlinked.
Each array contains the paragraphs where document is mentioned.
highlights
It is an array that includes obsidian highlights . You can access it through highlights
.