Markdown
Meet the world's most advanced markdown editor
Blocks
Embed
Memotron' markdown editor has first-class support for embedding external websites like Youtube videos, Google Docs, Figma, Replit, Excalidraw, etc.
For external drawing site embeds, use the below URL format.
| Site | URL format |
|---|---|
| tldraw.com | tldraw.com/f/[id] |
| excalidraw.com | excalidraw.com |
| whimsical.com | whimsical.com/embed/[id] |
| viewer.diagrams.net | viewer.diagrams.net/[id] |
| ludid.app | ludid.app/documents/embedded/[id] |
| canva.com | canva.com/design/[id]/view?embed |
Media grid
Media grid makes it easy to add as many media items like images, audio, video, pdf etc into markdown without having to worry about arranging the items. Choose Auto mode and Memotron will auto organize the items or manual mode to arrange the items in columns manually.
Shortcuts
Text shortcuts
Use any of the shortcuts below in combination with a space to convert the current block.
| Description | Shortcut |
|---|---|
| Heading 1 | # |
| Heading 2 | ## |
| Heading 3 | ### |
| Heading 4 | #### |
| Quote | “ or > |
| Callout | ! (exclamation mark) |
| List item | * (asterisk) or - (dash) |
| Ordered list | 1. |
| Checklist | + |
| Divider | - - - (three dashes in a row) |
| Double divider | = = = (three equal operators in a row) |
Inline formatting
| Description | Shortcut |
|---|---|
| Insert a new block | / (slash) |
| Mention a node or collection | @ (at symbol) |
| Emoji picker | : (colon) |
| Inline code | `` (backticks) |
Block operations
| Description | Shortcut |
|---|---|
| Duplicate current block | Ctrl + D |
| Move the block up | Alt + Arrow up |
| Move the block down | Alt + Arrow down |
| Indent list item | Tab, Shift + tab |
| Delete the block | - |
note
Use Cmd in place of Ctrl and Opt in place of Alt for Mac.
Updated on October 19, 2025