jawoojo51 downloadsA premium, Notion-style toggle plugin with enhanced styling and deep nesting support.
A premium, Notion-style toggle plugin for Obsidian.
The |> syntax is automatically rendered as a clickable triangle icon (▶), allowing you to fold and unfold content with a single click.
|> and <| to create toggle blocks.```> syntax to make code blocks collapsible.|> Title
Content...
<|
You can use a standard Markdown header as the title of your toggle. It functions exactly like a normal toggle but applies the header's styling (font size, weight, etc.) to the title line.
|> # My Styled Header
This content is folded inside the toggle.
The header creates a visual section but remains part of the toggle logic.
<|
Add a > after the opening code fence to create a collapsible code block.
\``> or ```javascript > `.\`\`\`javascript >
console.log("Toggleable Code");
\`\`\`
If you find this plugin helpful, consider buying me a coffee!
MIT