Ramble shows you the markdown source: the headings, the syntax, the exact characters that another tool will parse later. There is no rich-text mode that hides your work behind rendered output. The source text is the artifact.
This matters because Ramble is built for writing that becomes something else: system prompts, agent instructions, README files, specs. You need to see and control the markdown, not a visual approximation of it. A preview is available when you want to check the result.
Formatting shortcuts
Formatting shortcuts apply markdown syntax to your selection. With nothing selected, they wrap the word at the cursor.
| Shortcut | Action |
|---|---|
| Cmd+B | Bold, wraps with ** |
| Cmd+I | Italic, wraps with * |
| Cmd+E | Inline code, wraps with backticks |
| Cmd+Shift+7 | Bullet list, toggles - |
| Cmd+Shift+8 | Numbered list, toggles 1. |
| Cmd+Shift+9 | Task list, toggles - [ ] |
| Cmd+Shift+. | Blockquote, toggles > |
On Windows and Linux, use Ctrl in place of Cmd. Select some text and a small formatting toolbar appears above it with the same actions.
Working with lines
| Shortcut | Action |
|---|---|
| Ctrl+Shift+K | Delete line |
| Alt+Up | Move line up |
| Alt+Down | Move line down |
| Cmd+Shift+D | Copy line down |
Delete line uses Ctrl+Shift+K on every platform, including Mac, to avoid clashing with other applications.
Paste as markdown
When you paste formatted content (from a web page, a Google Doc, or another rich-text editor), Ramble converts it to markdown. Headings become #, bold becomes **, links become [text](url).
To paste the raw clipboard text instead and skip the conversion, use Cmd+Shift+V.
Find and replace
| Shortcut | Action |
|---|---|
| Cmd+F | Find |
| Cmd+Shift+F | Find and replace |
| Cmd+G | Find next |
| Cmd+Shift+G | Find previous |
The preview panel
The preview renders your markdown as formatted output, side by side with your source. With your cursor outside the editor text, press e to toggle it. Drag the divider to resize it, or expand it to fill the width.
Use the preview to check your output: that a table aligns, that a link points where you meant. The source is still where you work.
e is a single-key shortcut: it fires when your cursor is outside the editor text, not while you type in the document. The same goes for Ramble’s other single-key shortcuts.
The preview and the AI assistant share the same space beside the editor, so opening one closes the other.
Copy and export
To copy the whole draft to your clipboard, use Copy content. To download it as a file, open the draft menu and select Export. The file is named with the draft title and the date, for example My Prompt - 2026-02-19.md.
Related
- Drafts: create, pin, organize, and recover drafts
- Keyboard shortcuts: the complete reference, including navigation and the command palette
- The AI assistant: ask about a draft and get edit proposals
- Real-time collaboration: how editing works with other people