Improved
- Vault tools now support text-based vault files beyond Markdown, including
.canvas,.json,.txt,.csv,.yaml,.yml,.svg,.html,.xml,.css,.js,.ts, and.tsx. create_note,read_note,propose_edit,rename_note,list_notes, andsearch_notescan now work with supported non- Markdown files such as Obsidian Canvas files.- When no extension is provided, vault tools continue to default to
.mdfor compatibility with existing note workflows. - Extensionless lookups now prefer
.mdfiles when multiple files share the same basename, while explicit paths likePlan.canvasstill resolve to the requested non-Markdown file.
Fixed
create_noteno longer prepends Markdown tags to non-Markdown files, preventing invalid JSON when creating.canvasor.jsonfiles.