dorfteich/docs/manual
Claude Fable 5 e164370691 #154: Aufgabenübersicht als Kern-Block (Seite + Unterseiten)
Neuer Block-Atom task_overview (Markdown-Fence dorfteich-tasks,
HTML-Placeholder). Shared extractTaskRows liest Task-Zeilen mit Text,
Mentions (#150) und Start-/Zieldaten (#152); TasksService sammelt zur
Lesezeit den Teilbaum (rekursiv via collectSubtreeIds, canAccessPage-
Filter je Quellseite) aus Basis-State + page_updates-Log — KEINE
abgeleitete Tabelle nötig (Teilbäume sind klein, kein Drift). Neuer
auth-Endpoint GET /read/:pond/:slug/tasks; die öffentliche Ansicht
expandiert den Placeholder serverseitig zur statischen Tabelle
(Instanz-Sprache). NodeView mit Live-Tabelle und Rückschreib-Checkboxen
(optimistisch, Override bis der debounced Collab-Persist nachzieht);
Einfügen über die Block-Auswahl (eingebauter Eintrag). Unit- + DB-Tests,
neuer CI-Pack tasks.spec (voller Loop inkl. Rückschreiben end-to-end),
User-Guide-Doku en+de.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0155v2aT8AG1kZDQEZiCLBWC
2026-07-20 01:20:30 +02:00
..
api-guide.md #147: Eigene Identität in der API klar dokumentiert 2026-07-20 00:49:53 +02:00
mcp-guide.md #148: Seitenlisten filtern nach createdSince/updatedSince 2026-07-20 00:49:52 +02:00
pond-admin-guide.md QA: wire the M13 packs into CI, document the vault import (#119) 2026-07-14 18:28:45 +02:00
README.md docs: German-first beginner tutorial "Dorfteich Schritt für Schritt" (21 chapters) 2026-07-18 14:11:00 +02:00
site-admin-guide.md Doku: Excalidraw als sechstes Standard-Plugin ergänzt 2026-07-19 22:27:17 +02:00
user-guide.md #154: Aufgabenübersicht als Kern-Block (Seite + Unterseiten) 2026-07-20 01:20:30 +02:00

Dorfteich manuals

User-facing documentation, by audience. German translations live in docs/de/; English is authoritative when the two diverge.

New to Dorfteich? There is a step-by-step beginner tutorial, Dorfteich Schritt für Schritt — currently German-first (unlike the manuals, the German edition is the original; an English translation may follow).

Guide For
Feature overview anyone wondering what Dorfteich is
User guide everyday members
Pond-admin guide people administering a pond
Site-admin guide instance administrators
API guide scripts and integrations
MCP guide connecting AI assistants
Developer guide plugin authors and core contributors

Operating an instance (install, update, backup, monitoring): self-hosting. Internals: architecture.