diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index b40677c..4d58b07 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -4,14 +4,14 @@ release. --- ## Next -* Added new commands to manage [[Manual/Outlines]]. Note this resulted in changing names and keyboard shortcuts for managing folds as well, to be more consistent with the other outline commands. +* **Breaking change**: Local attachment URLs (`[page](url)` syntax and `![alt](url)` image syntax) are now interpreted to relative to the page's folder, unless their URL starts with a `/` then they're relative to the space root (as per [this issue](https://github.com/silverbulletmd/silverbullet/issues/363)) +* Added new commands to manage [[Outlines]]. Note this resulted in changing names and keyboard shortcuts for managing folds as well, to be more consistent with the other outline commands. * Removed built-in multi-user [[Authentication]], `SB_AUTH` is no longer supported; use `--user` or `SB_USER` instead or an authentication layer such as [[Authelia]]. * Work on supporting multiple database and storage backends, reviving [[Install/Deno Deploy]] support. * This is now documented on the brand-new [[Install/Configuration]] page. * A new `silverbullet sync` command to [[Sync]] spaces (early days, use with caution) * Technical refactoring in preparation for multi-tenant deployment support (allowing you to run a single SB instance and serve multiple spaces and users at the same time) * Lazy everything: plugs are now lazily loaded (after a first load, manifests are cached). On the server side, a whole lot of infrastructure is now only booted once the first HTTP request comes in -* Non-external URLs used in links (`[page](url)` syntax and `![alt](url)` image syntax) are now relative to the page's folder, unless their URL starts with a `/` then they're relative to the space root. --- diff --git a/website/Manual.md b/website/Manual.md index d70a6f8..3255e2c 100644 --- a/website/Manual.md +++ b/website/Manual.md @@ -45,7 +45,7 @@ These are the core concepts used in SilverBullet: * [[Markdown/Syntax Highlighting]] * [[Markdown/Code Widgets]] * [[Slash Commands]] -* [[Manual/Outlines]] +* [[Outlines]] # Navigation The main ways to roam your space, beside following page links, are: diff --git a/website/Manual/Outlines.md b/website/Outlines.md similarity index 100% rename from website/Manual/Outlines.md rename to website/Outlines.md diff --git a/website/Plugs/Editor.md b/website/Plugs/Editor.md index c88d436..a403fe4 100644 --- a/website/Plugs/Editor.md +++ b/website/Plugs/Editor.md @@ -34,7 +34,7 @@ The `editor` plug implements foundational editor functionality for SilverBullet. # Outlines ```template -page: "[[Manual/Outlines]]" +page: "[[Outlines]]" ``` # Debug Commands you shouldn’t need, but are nevertheless there: