Relative Links (one level deep)
This note lives in samples/Notes/. With the samples/ folder open as a
workspace, every working link below resolves against this file's folder and
opens in-app. Paths are clamped to the workspace, so anything that climbs above
samples/ is refused.
Same folder
- Cooking — sibling note via
./ - Ingredients — sibling note, no prefix
- Techniques
Up one level with ../
../ steps up from Notes/ to the workspace root (samples/):
- the index —
../Index.md - the showcase —
../README.md - the canvas demo —
../canvas-demo.canvas, opens as a board
Relative images
Images resolve the same way. This one walks up to the shared assets folder:
And this reuses the showcase diagram at the workspace root:
Links that won't work
These are intentionally broken to show the guard rails:
- outside the workspace —
../../escapessamples/, so it is not followed - system file — climbs well above the workspace; refused
— a relative image above the root renders nothing
Opening this file on its own (no folder open) leaves every relative link to the browser instead.