Echtbornmade by people
← Back to Studio

Using the editors

A quick reference for writing and code. Nothing here is required — you can ignore all of it and just type — but these shortcuts make things faster.

The writing editor

Type naturally. You can use the toolbar buttons, or these Markdown shortcuts — type the characters at the start of a line and they transform automatically:

Type this……to get
# then textBig heading (H1)
## then textMedium heading (H2)
### then textSmall heading (H3)
- or * Bullet list
1. Numbered list
> Quote block
**bold**bold text
*italic*italic text
`code` (backticks)inline code
``` (three backticks)Code block
---Horizontal divider

Keyboard: Ctrl/Cmd+B bold · Ctrl/Cmd+I italic · Ctrl/Cmd+U underline · Ctrl/Cmd+Z undo.

Exporting: the Export button gives you Markdown (for Substack, Ghost, Notion), formatted copy (for Google Docs, Word, LinkedIn — paste keeps the formatting), plain text (for Instagram, X), or a downloadable .md file. Your title is always included.

The code editor

Pick your language from the dropdown for syntax highlighting. The editor handles indentation, bracket matching, and line numbers automatically.

Exporting to GitHub: the Export button downloads your file with the right extension and shows the exact git commands to push it to a repo. Or just copy the code — it includes the filename as a comment.

Free vs. licensed — what's the difference?

Every piece has a License this toggle. It's off by default.

Full details on the licensing page.

Start writing →