-
Notifications
You must be signed in to change notification settings - Fork 11
Canvas broken links - files not found #2
Description
When opening my canvas, several nodes show as broken links. The canvas JSON references files using relative paths (e.g., Characters/Diero Falone/Ability Details 1 - Diero Falone.md), but Obsidian cannot locate them even though the files exist in the specified location.
I’ve tried using absolute paths in the JSON, but then the canvas fails to load entirely. It seems like the canvas is not properly resolving file paths, especially for complex folder structures.
Steps to reproduce:
Create a canvas with nodes linking to Markdown files in subfolders.
Move the canvas or files to a different folder.
Open the canvas in Obsidian.
Expected behavior:
The canvas should recognize the existing files and display the nodes correctly.
Observed behavior:
All nodes linked to Markdown files show as broken links.
Environment:
Obsidian version: [V1.9.14]
OS: Windows/11
+(new) - I just updated Obsidian to v1.10.6 and tried switching the app language to English, but the error persists.