What's Changed
✨ New Features
- Jump to the comment's location in the document when clicking a comment card (2be05db)
- Make the TOC and comment column widths draggable, with clamping, persistence, and double-click reset (6655aac)
- Render quotes, emphasis, and inline code in comment bodies; move the comments.json Export/Import bar behind a topbar JSON toggle (a9bd15f)
- Add a left-edge tab to published output that toggles the TOC and lets the body use the full width (ff61699)
🐛 Bug Fixes
- Fix the TOC toggle tab being stretched to full width when the published HTML is embedded in an iframe host that injects
width:100%!importanton body children; also stop the Export/Import bar from covering the reply input (fa39fe9) - Make diagram colors follow the page theme: Mermaid diagrams no longer render with a hard-coded dark theme on light pages, and re-render on theme toggle (d6b646d)
変更内容(日本語)
✨ 新機能
- コメントカードのクリックで本文の該当位置へ飛ぶ (2be05db)
- 目次列とコメント列の幅をドラッグで変えられるようにする (clamp・保存・ダブルクリックでリセット付き) (6655aac)
- コメントの引用・強調・code を表示で解釈し、Export/Import バーを topbar の JSON ボタンによる開閉式にする (a9bd15f)
- 公開出力の目次を左端タブで開閉できるようにする (本文の全幅表示) (ff61699)
🐛 バグ修正
- 目次タブが iframe 埋め込み先 (body 直下へ width:100%!important を注入するホスト) で全幅に潰れる問題と、コメント入力欄が Export/Import バーに覆われる問題を直す (fa39fe9)
- 図の色が紙面の theme に追従しない問題を直す (Mermaid の dark 固定を廃止し、theme 切替で描き直す) (d6b646d)
Full Changelog: v1.25.1...v1.28.0