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

Up one level with ../

../ steps up from Notes/ to the workspace root (samples/):

Relative images

Images resolve the same way. This one walks up to the shared assets folder:

A relative image, one level up

And this reuses the showcase diagram at the workspace root:

The Glyph diagram

These are intentionally broken to show the guard rails:

  • outside the workspace../../ escapes samples/, so it is not followed
  • system file — climbs well above the workspace; refused
  • escaping image — 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.