Obsidian toggle code
Instead of toggle, we can use callouts in Obsidian.
also see embed code in Markdown
✅ Callouts¶
see the docs for more info
❌ Toggle¶
the build in support in Obsidian for using <details><summary>
doesn’t work with codeblocks, see:
Install
install on windows with [winget](winget.md "winget")❌ Obsidian admonition¶
obsidian-admonition is a plugin to support callouts
however without the plugin it just looks like a code block
```ad-note
title:
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla.
```
Backlinks¶
- Obsidian improvements
- support code in dropdown, workaround: Obsidian toggle code