0.5.40
Capture cards now render rich content from pasted markdown — lists, headings, tables, and links all display properly. Links open in the system browser instead of navigating the app.
- Pasting markdown onto the board now creates captures with rich formatting — headings, ordered/unordered lists, tables, blockquotes, code blocks, and links all render correctly on the card preview
- Links in card notes open in the system browser (or new tab on web) when clicked
- Ordered and unordered lists now display on capture card previews — Tailwind's preflight was stripping list styles
- Pasting large documents no longer flickers and fails — clipboard HTML (often much larger than the text) was exceeding the 40KB notes validation limit
- Non-standard HTML tags from Notion pastes (like <aside>) are stripped instead of showing as escaped entities
- Single-slash URLs (https:/) from malformed pastes are normalized to double-slash (https://)
- Card preview is no longer horizontally scrollable — long content wraps properly