You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesigned node popup menu — Card type and priority controls now use Advanced Canvas-style expandable buttons with Obsidian native icons and tooltips.
Details
Replaced the old inline text labels (Type:, Priority:) and text-based buttons with two compact clickable-icon buttons in the canvas node menu
Type button — shows current type icon (checkbox-glyph, help, alert-triangle, lightbulb, info). Click to open a .canvas-submenu dropdown and select a different type. Icon updates automatically on selection.
Priority button — shows current priority icon (minus, arrow-down, equal, arrow-up). Click to open a .canvas-submenu dropdown and select a different priority. Icon updates automatically on selection.
Buttons use setIcon() and setTooltip() matching Obsidian and Advanced Canvas conventions
Larger button size (32×32px) with 18×18px SVG icons for better visibility
Styled .canvas-submenu dropdown with border, shadow, and proper z-index positioning