Playground: note detail page prototype — kitchen sink #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — first design prototype for pal-e-docs frontend redesign. Feeds into pal-e-app implementation after Lucas approves on phone.
Repo
forgejo_admin/pal-e-docs-playgroundUser Story
As a reader browsing pal-e-docs,
I want to see notes with rich content (headings, code, tables, diagrams, lists) in a clean readable layout,
So that I can quickly understand and navigate the knowledge base on mobile and desktop.
Context
pal-e-app has a working block renderer but it was built without playground design approval. Note rendering is the core UX of the entire knowledge platform — it needs the playground-first treatment. Design vision: "Power of Notion with visual file relations and navigation of Obsidian." Two navigation paradigms: standard nav (sidebar tree + breadcrumbs + recency) and graph view (visual note web). Everything is a note type — the
note_typefield drives rendering chrome.File Targets
Files the agent should create:
index.html— kitchen-sink note detail page with all 6 block types, sidebar nav, TOC, metadataapp.css— design tokens reused frompal-e-playground/pal-e-app/app.css, extended for note renderingFiles the agent should NOT touch:
Acceptance Criteria
playground.tail5b443a.ts.net/pal-e-docs/var(--token)referencesTest Expectations
python3 -m http.server 8080from repo root, open localhost:8080Constraints
convention-frontend-css: Atkinson Hyperlegible,#fafafabg,max-width: 48remfor content, 600px breakpointapp.cssfile for all stylesChecklist
Related
feedback_design_vision.md— Notion + Obsidian design directionsop-frontend-experiment— playground-first workflowboard-pal-e-docs— project boardphase-pal-e-docs-design-overhaul— F11 parent phaseScope Review: NEEDS_REFINEMENT
Review note:
review-422-2026-03-26Template complete, traceability intact, acceptance criteria testable. One issue found:
pal-e-playground/pal-e-app/app.cssdoes not exist (pal-e-playground repo has zero CSS files). Update to referenceconvention-frontend-css(pal-e-docs note with full token table) and/orpal-e-app/src/app.css(production implementation). An agent following the current reference would hit a dead end.Fix: Stale design token source path
Updated File Targets constraint from:
To:
The
pal-e-playground/pal-e-app/app.csspath was a kanban board prototype CSS, not the note rendering design system. Correct references are the convention note and the production app CSS.