Skip to content

Support for [!sync] callouts#26

Open
ZDAVanO wants to merge 2 commits into
uthvah:mainfrom
ZDAVanO:sync-callouts
Open

Support for [!sync] callouts#26
ZDAVanO wants to merge 2 commits into
uthvah:mainfrom
ZDAVanO:sync-callouts

Conversation

@ZDAVanO
Copy link
Copy Markdown
Contributor

@ZDAVanO ZDAVanO commented Feb 21, 2026

New way to write editable embeds using callout syntax:

[!sync]
![[Note]]

The plugin transforms these callouts into live sync-embeds, stripping away the header and background to make them look seamless within the note.

Since it uses standard ![[links]] inside the callout, Obsidian tracks them normally. These notes will now show up in the Graph View and Backlinks.

If the plugin is disabled, you still see a standard callout with a working link instead of an unrendered code block.

@uthvah
Copy link
Copy Markdown
Owner

uthvah commented Feb 24, 2026

Great idea!!

Can't seem to get this to work, though. Could you talk me through it?
If this does work well, I think it could replace the current code block implementation.

@ZDAVanO
Copy link
Copy Markdown
Contributor Author

ZDAVanO commented Feb 24, 2026

Can't seem to get this to work, though. Could you talk me through it?

check that every line in the callout starts with the > symbol. If you omit it on the second line, Obsidian treats the link as being outside the callout:

> [!sync]
> ![[Note]]
image

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