Status: Active - Nested canvas glyphs implemented in #461, ongoing refinement
Implementation Path: Workspaces are composed of glyphs with persistence and sync. Nested canvas glyphs (⧉) create fractal workspaces - canvases within canvases. Users navigate by entering nested canvases.
Concepts
Transform workspace navigation from flat graph to fractal canvases - a paradigm shift where the main canvas contains nested canvas glyphs that users enter to access deeper workspaces. Glyphs are persistent information surfaces displaying contextual data without interaction, embodying the continuous intelligence paradigm.
1. Navigation Modes
Zoom-based glyph manifestations:
Glyphs progressively reveal detail as you zoom in
Each glyph type defines its own manifestations (e.g., chart-glyph: mini → zoomed → fullscreen)
Figma-like zoom/pan for spatial navigation
Especially important on mobile with pinch-to-zoom
Meld composition navigation (mobile):
When in fullscreen glyph manifestation, drag down from top to navigate to connected glyph above
Navigate through melded compositions fluidly
Access related glyphs without exiting to canvas view
Hierarchical canvas navigation:
Tap/click nested canvas glyph to enter that workspace
Glyphs show contextual data on their surface. Each glyph type determines what information to display based on the entity it represents. Plugins that attest new glyph types define how those glyphs render their data.