Skip to content

feat: hide the header of the embedded note#9

Open
rdick wants to merge 1 commit into
uthvah:mainfrom
rdick:hide-header-embedded-note
Open

feat: hide the header of the embedded note#9
rdick wants to merge 1 commit into
uthvah:mainfrom
rdick:hide-header-embedded-note

Conversation

@rdick
Copy link
Copy Markdown

@rdick rdick commented Dec 3, 2025

Background:

I wanted to hide the header of the embedded note.

Added Code

Now you can remove the header from the embedded note with {header:false}

![[2025-12-03#Home{header:false}]]
![[2025-12-03#Home|Alias{header:false}]]

Example:

Embedded Note:
image

Before:

![[2025-12-03#Home{header:false}]]
image

After:

![[2025-12-03#Home{header:false}]]
image

How does it work?

Moves the viewport down 1 additional line when {header:false}

const viewportStart = hideHeader ? startLine + 1 : startLine;

@uthvah
Copy link
Copy Markdown
Owner

uthvah commented Feb 20, 2026

This is a great addition and a highly requested feature!
Could you add a global setting for this behavior as well? This would mirror how 'Show inline title' currently works.

Suggested Setting:

  • Name: Show inline header.
  • Description: Display the section header at the top of section embeds.

The global setting should act as the default, but the {header:false} or {header:true} syntax should still act as an override for individual embeds. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants