Skip to content

0.1.4

Choose a tag to compare

@github-actions github-actions released this 19 Jun 18:27
· 10 commits to main since this release

Added

  • Rename a model's title. A pencil button next to the model picker and a new
    "Rename model" command let you change a model's title at any time.
  • Title prompt on creation. Creating a model now asks for a title up front
    instead of silently defaulting to a date-based name.

Changed

  • Folder name follows the title. Creating or renaming a model re-slugs and
    moves its folder to match the title, suffixing -2/-3 on collision. The move
    is link-aware (via Obsidian's FileManager.renameFile), so [[../<dir>/System]]
    subsystem anchors and other links into the model are rewritten to the new
    location rather than left dangling.
  • Marked the plugin desktop-only (isDesktopOnly: true): the canvas is not
    yet usable on touch devices.

Full Changelog: 0.1.3...0.1.4