@@ -105,4 +105,4 @@ end
- Use `space.readRef("Page#Header")` to read specific sections
- Use explicit variable binding in LIQ: `from p = ...` (not bare `from ...`)
- Namespace your functions: `myPlugin = myPlugin or {}; function myPlugin.doThing() ... end`
-- Use `-- priority: N` comments to control script load order (higher = earlier)
+- Wiki-link syntax is `[[target|display]]` (not display|target), e.g. `[[tag:project|📌 project]]` shows "📌 project" linking to the tag:project virtual page