aliases
in front matter. These will then show up in the [[
link suggestion, and auto-complete to [[Filename|alias]]
. They will also be picked up in unlinked mentions. For example: aliases: [AI, Artificial Intelligence]
. Add double quotes around your alias if it contains special characters.tags
in front matter. These will then show up in the tag pane, as well as in search queries using the tag:
operator. For example: tags: ["#pkm", "#hype"]
.frontmatter
is now available in CachedMetadata
.parseFrontMatterEntry
, parseFrontMatterStringArray
, parseFrontMatterAliases
and parseFrontMatterTags
.mod-root
is now always added to the workspace center area.Setting.addExtraSetting
has been renamed to addExtraButton
.Workspace.getActiveLeafOfViewType
has been renamed to getActiveViewOfType
.