Beauty, a new Markdown editor, has been released for Mac, iPhone, and web browsers. The web version is accessible without an account. The editor has been under development for 10 months.
The editor provides in-place rendering of Markdown as users type, supporting features like tables (with drag-and-resize), KaTeX math, and Mermaid diagrams. It also focuses on typography and the writing experience.
Notes on Mac are stored as plain .md files in a local folder, with images alongside them, ensuring compatibility with other applications. Each note maintains 200 versions for historical tracking.
For shared notes, Beauty uses peer-to-peer synchronization over WebRTC when a note is open. The connecting server only sees a random room ID, maintaining user privacy. An optional subscription is available for iCloud sync.
The editor is built using a contenteditable approach, with significant development effort (approximately 1,000 commits) dedicated to preventing the browser from restructuring the document. This cross-platform and performance-focused implementation involved novel approaches, which are planned for future open-sourcing. The editor is free to use, without accounts or ads.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A new Markdown editor named Beauty has launched for Mac, iOS, and web platforms. It offers in-place rendering of Markdown, including tables, KaTeX, and Mermaid diagrams, and stores notes as local .md files with version history.