Added
- Mobile (iOS) support. The plugin is no longer desktop-only
(isDesktopOnly: false), and the canvas is finally usable by touch.
Double-tapping empty space creates a node right where you tapped with an
inline name field; the canvas pins itself to the band above the soft keyboard
and pans the new node into view so it never hides behind the keyboard (a port
of the companion app's keyboard avoidance). Tapping away with an empty name
discards the node, a named node is kept, and Escape cancels. - Subsystem marker on the canvas. A node linked to a child model now shows a
small stacked-sheets glyph in its top-left corner, matching the companion app,
so drill-in nodes are recognizable at a glance.
Fixed
- The canvas no longer collapses to zero height when the iOS soft keyboard
opens — the bug that made a freshly created node appear for a moment and then
vanish. - The inline rename field is now compact and centered on its node instead of
being stretched to full width by Obsidian's mobile input styling.
Full Changelog: 0.1.6...0.1.7