# Slash Inserter A Notion-style slash menu for Obsidian. Press `/` at the start of a line (or after a space) and pick a block from the list — headings, lists, callouts, code blocks, math, mermaid diagrams, internal links, video embeds, and rich link preview cards. ## Features Type `/` then start typing the command name or alias. Press Enter (or click) to insert. | Command | Aliases | Result | | --- | --- | --- | | `/h1` `/h2` `/h3` | `/#` `/##` `/###` | Headings | | `/bullet` | `/ul` `/list` | `- item` | | `/num` | `/ol` `/number` | `1. item` | | `/todo` | `/task` `/check` | `- [ ] task` | | `/quote` | `/blockquote` | `> quote` | | `/callout` | `/admonition` `/note` | `> [!note]` callout | | `/code` | `/codeblock` | Fenced code block | | `/div` | `/divider` `/hr` | `---` | | `/table` | `/tbl` | 2×3 markdown table | | `/math` | `/latex` | `$$ … $$` block | | `/mermaid` | `/diagram` `/flowchart` | Mermaid diagram block | | `/link` | `/wikilink` | `[[ ]]` internal link | | `/embed` | `/transclude` | `![[ ]]` transclusion | | `/video` | `/youtube` `/vimeo` `/mp4` | `![](URL)` video embed | | `/iframe` | `/frame` | `