dorfteich/apps/web/src/editor
Claude Fable 5 58c19abfdd #169: Nicht-Text-Inhalte — Task-Checkboxen, Wissensgraph
Task-Checkboxen tragen in beiden Renderpfaden einen Namen: docToHtml
setzt aria-label aus dem Aufgabentext, die Editor-NodeView ebenso. Die
NodeView rendert ihr Host-Element jetzt selbst als li (ReactNodeView-
Renderer as/attrs) — TipTaps zusätzliches div-Host-Element zwischen ul
und li brach die Listensemantik; der Wrapper flacht per display:contents
ab, die #137-Pixel-Abstimmung bleibt erhalten (Selektor auf die neue
Tiefe nachgeführt, Ausrichtung nachgemessen: 1px-Versatz unverändert).
Der Wissensgraph-SVG bekommt ein beschreibendes aria-label inklusive
Verweis auf die Backlinks als gleichwertige Listenform. Der
Bild-Alt-Editor existierte bereits (Bild-Controls bei Auswahl) — kein
Änderungsbedarf. Hinweis: gecachte Seiten übernehmen das
Checkbox-Label wie bei jeder docToHtml-Änderung erst mit dem nächsten
Persist ihrer Inhalte.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AGM8jo3hwoV9wsCVGfy8iq
2026-07-21 14:35:16 +02:00
..
nodes #169: Nicht-Text-Inhalte — Task-Checkboxen, Wissensgraph 2026-07-21 14:35:16 +02:00
AccessRevokedDialog.tsx Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
collaboration-caret.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
derive-markdown.test.ts Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
derive-markdown.ts Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
document-extensions.test.ts Add TipTap page editor with REST persistence (#25) 2026-07-06 11:08:43 +02:00
document-extensions.ts #154: Aufgabenübersicht als Kern-Block (Seite + Unterseiten) 2026-07-20 01:20:30 +02:00
HistoryPanel.tsx Polish round 2: content footer, dismissable menus, manual versions, substring search, icon actions in settings (M10 follow-up) 2026-07-12 07:13:34 +02:00
image-upload.ts Add image paste and insert in the editor (#28) 2026-07-08 11:30:25 +02:00
LinkMenu.tsx Add link UX: edit URL and open in new tab (#29) 2026-07-08 11:50:34 +02:00
markdown-clipboard.test.ts Add Markdown copy, paste, and per-page export endpoint (#30) 2026-07-08 12:05:11 +02:00
markdown-clipboard.ts Add Markdown copy, paste, and per-page export endpoint (#30) 2026-07-08 12:05:11 +02:00
marks.ts Add link UX: edit URL and open in new tab (#29) 2026-07-08 11:50:34 +02:00
MentionAutocomplete.tsx #164: ARIA-Semantik — Editorfläche, Autocomplete-Listboxen, Sidebar, Toolbar 2026-07-21 14:04:36 +02:00
plugin-block-context.tsx Editor: confirm snapshots with a toast; wire ui.toast for plugins (#130) 2026-07-16 12:03:17 +02:00
PluginBlockMenu.tsx #154: Aufgabenübersicht als Kern-Block (Seite + Unterseiten) 2026-07-20 01:20:30 +02:00
PresenceStrip.tsx Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
SectionStyleMenu.tsx Complete section-style plugins: CSS gate, injection, picker, export (#75) 2026-07-11 11:43:36 +02:00
spec-utils.ts Add TipTap page editor with REST persistence (#25) 2026-07-06 11:08:43 +02:00
task-item-ids.ts #153: Stabile Task-IDs + Toggle-Rückschreibpfad über den Collab-Server 2026-07-20 01:03:16 +02:00
Toolbar.tsx #164: ARIA-Semantik — Editorfläche, Autocomplete-Listboxen, Sidebar, Toolbar 2026-07-21 14:04:36 +02:00
use-collab-provider.ts Add permission-revocation handling for live and offline sessions (#39) 2026-07-09 07:01:46 +02:00
use-presence.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
user-color.test.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
user-color.ts Add remote cursors and a presence strip (#37) 2026-07-08 18:22:41 +02:00
wikilink-context.tsx Add wikilink node with autocomplete (#46) 2026-07-09 12:42:01 +02:00
WikilinkAutocomplete.tsx #164: ARIA-Semantik — Editorfläche, Autocomplete-Listboxen, Sidebar, Toolbar 2026-07-21 14:04:36 +02:00