Skip to content

1.1.0

Choose a tag to compare

@raito1chi raito1chi released this 08 Jul 09:09
· 22 commits to main since this release

v1.1.0 — Redesigned Popup Menu

What's new

  • 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