Back to Plate

2026 04 23 Redesign Blockquotes Container Blocks

apps/www/src/registry/changelog/entries/2026-04-23-redesign-blockquotes-container-blocks.mdx

53.2.02.0 KB
Original Source
<!-- entry: {"id":"2026-04-08-30-2-footnote-gfm-footnotes-reference-definition-bac13652","kind":"new","migrationNotes":[]} -->
  • footnote-kit: Add GFM footnotes with reference, definition, and input plugins plus UI — hover preview, navigation flash, multi-reference picker, and duplicate-definition recovery.
<!-- entry: {"id":"2026-04-08-30-2-footnote-ssr-markdown-pipelines-d92e65f4","kind":"new","migrationNotes":[]} -->
  • footnote-base-kit: Add static footnote rendering for SSR and markdown pipelines.
<!-- entry: {"id":"2026-04-08-30-2-editor-register-footnote-kits-c0b7736b","kind":"new","migrationNotes":["Register the new footnote kits."]} -->
  • editor-kit, editor-base-kit: Register the new footnote kits.
<!-- entry: {"id":"2026-04-08-30-2-markdown-register-base-footnote-plugins-remark-emoji-975854b1","kind":"wiring","migrationNotes":["Register the base footnote plugins and add `remark-emoji` so GFM footnotes and emoji shortcodes round-trip."]} -->
  • markdown-kit: Register the base footnote plugins and add remark-emoji so GFM footnotes and emoji shortcodes round-trip.
<!-- entry: {"id":"2026-04-08-30-2-insert-toolbar-footnote-entry-wired-action-footnote-ca66c2d3","kind":"behavior","migrationNotes":[]} -->
  • insert-toolbar-button, insert-toolbar-classic-button, slash-node: Add a Footnote insert entry wired to action_footnote.
<!-- entry: {"id":"2026-04-08-30-2-transforms-map-action-footnote-3d2ad293","kind":"wiring","migrationNotes":["Map `action_footnote` to `insertFootnote(editor, { select: true })`."]} -->
  • transforms, transforms-classic: Map action_footnote to insertFootnote(editor, { select: true }).
<!-- entry: {"id":"2026-04-08-30-2-autoformat-reduce-symbol-substitutions-arrows-7173ec42","kind":"behavior","migrationNotes":[]} -->
  • autoformat-kit: Reduce to symbol substitutions (arrows, fractions, legal, punctuation, smart quotes, sub/superscript). Markdown shortcuts move to the feature kits below. Add link automd so [text](url) closing on ) resolves to a structured link.