Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'fix: markdown toggle preserves custom blocks through roundtrip (0.42.3)' (#380) from fix/markdown-toggle-custom-blocks into main

scott 4e1e8c27 f2c98aa4

+10 -1
+9
CHANGELOG.md
··· 7 7 8 8 ## [Unreleased] 9 9 10 + ## [0.42.3] — 2026-04-14 11 + 12 + ### Fixed 13 + - fix: markdown toggle destroys custom blocks (mermaid, math, page breaks, footnotes, suggestions) on roundtrip (#646) 14 + - Custom TipTap nodes are now extracted before HTML→Markdown conversion and restored afterward 15 + - Preserved blocks appear as HTML comments in markdown source so users can see them 16 + - Supports mermaid blocks, math blocks, page breaks, toggle blocks, footnotes, suggestion marks 17 + 10 18 ## [0.42.2] — 2026-04-14 11 19 12 20 ### Security ··· 43 51 ## [0.42.0] — 2026-04-14 44 52 45 53 ### Added 54 + - Docs: keyboard shortcut cheatsheet modal (#15) 46 55 - Sheets: column auto-fit width based on content (#19) 47 56 - Sheets: improved drag-to-select range visual feedback (#18) 48 57 - Docs+Sheets: autosave indicator with last saved timestamp (#17)
+1 -1
package.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.42.2", 3 + "version": "0.42.3", 4 4 "private": true, 5 5 "type": "module", 6 6 "main": "electron/main.js",