Description
When opening a note using the Pin as Reference action, YAML frontmatter (metadata block) is not processed or formatted using the app's styled properties block (like in the main editor view). Instead, it displays as raw plain text/markdown delimiters (---) and large monospace text in the pinned reference pane.
Steps to Reproduce
- Create or open a note containing standard YAML frontmatter at the top (e.g.,
author, status, year).
- Right-click on the note's tab title bar.
- Select Pin as Reference from the context menu.
- Observe the newly created reference pane on the right.
Expected Behavior
The pinned reference pane should render the frontmatter in the same styled metadata/properties block as the primary editor pane.
Actual Behavior
- Primary View (Left): Frontmatter is correctly parsed into a styled metadata card/container with light gray background and subtle key-value text formatting.
- Pinned Reference View (Right): Frontmatter fails to parse as metadata and renders as raw text, showing horizontal rules (
---) and being formatted as Heading Level 2.
Environment / Visuals
- Observed In: Dual-pane / Reference split view mode (as seen in provided screenshots).

Description
When opening a note using the Pin as Reference action, YAML frontmatter (metadata block) is not processed or formatted using the app's styled properties block (like in the main editor view). Instead, it displays as raw plain text/markdown delimiters (
---) and large monospace text in the pinned reference pane.Steps to Reproduce
author,status,year).Expected Behavior
The pinned reference pane should render the frontmatter in the same styled metadata/properties block as the primary editor pane.
Actual Behavior
---) and being formatted as Heading Level 2.Environment / Visuals