v0.2.4 (beta)
Improvements to the notepad's Markdown rendering
- Bullets appear on the spot — type
*,-, or+and a space and the bullet renders immediately, no Return needed. Raw syntax shows only where your caret is, Obsidian-style. - Task checkboxes —
- [ ]and- [x]render as ☐ and ☑︎, and Enter continues the list with a fresh unchecked box. - Ordered lists keep count — inserting an item mid-list renumbers everything after it, and typing a number under an existing list resumes its numbering instead of starting over.
1)style markers work too. - Backspace understands lists — at the start of an item it outdents nested items, then removes the marker cleanly, instead of eating invisible characters one keystroke at a time.
- More ways to style —
__bold__and_italic_underscores,~~strikethrough~~,==highlight==,`inline code`,[links](…), and backslash escapes, all rendered live. - Exports match the notepad — one shared grammar now drives both the notepad and Apple Notes export, so every heading level, task glyph, strikethrough, code span, and link lands in Notes the way you wrote it.
- Sturdier all around — links with parentheses in the URL no longer truncate, script-scheme links stay inert text,
flag==truestyle prose stays literal, and pathological list numbers can no longer crash the app.
Full changelog: v0.2.3...v0.2.4