Front matter complement
It suggests and completes the text with front matter properties only when the cursor is in the front matter.
Images¶
Requirements¶
It needs to enable a โ๏ธ Enable Front matter complement option.
When does it update tokens?¶
- After Switching an active pane or file
- During starting Obsidian
- After enabling this plugin
- After some settings are updated
For details, you can see ๐ผ๏ธ Status bar.
Notes¶
- It doesn't suggest tags that are not defined in the front matter
- It doesn't suggest anything if key is a
alias
oraliases
- It shows suggestions immediately even if it sets โ๏ธ Min number of words for trigger or โ๏ธ Max number of words as a phrase
Related Options¶
- โ๏ธ Enable Front matter complement
- โ๏ธ Match strategy in the front matter
- โ๏ธ Insert comma after completion
Matching logic¶
- If โ๏ธ Match strategy is
prefix
- Prefix match (Ignore prefix-emoji)
Obs
matches bothObsidian
and๐Obsidian
- case-insensitive
- Prefix match (Ignore prefix-emoji)
- If โ๏ธ Match strategy is
partial
- Partial match
- case-insensitive