Changelog
This commit is contained in:
parent
cd19d455a4
commit
a1e2d747d5
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user