0.1.4
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/-3on collision. The move
is link-aware (via Obsidian'sFileManager.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