Changelog

pull/719/head
Zef Hemel 2024-02-24 13:02:27 +01:00
parent 687d1f0679
commit d299b1f13f
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ _These features are not yet properly released, you need to use [the edge builds]
* [[Space Script]] is now indexed in templates too (so you can put space script in template tagged pages) * [[Space Script]] is now indexed in templates too (so you can put space script in template tagged pages)
* Changed the signature of `silverbullet.registerFunction` to make the first argument an object, see [[Space Script#Custom functions]]. Old string-based scripts still work, for backwards compatibility. * Changed the signature of `silverbullet.registerFunction` to make the first argument an object, see [[Space Script#Custom functions]]. Old string-based scripts still work, for backwards compatibility.
* The [[Functions#replace(str, match, replacement)]] function now supports multiple replacements * The [[Functions#replace(str, match, replacement)]] function now supports multiple replacements
* You can now use backticks (`) around identifiers in [[Expression Language]], to e.g. use names with spaces or other weird characters as attribute names.
* Fixed edit button on code widgets after they have shifted * Fixed edit button on code widgets after they have shifted
* Fixed page completion in template blocks * Fixed page completion in template blocks
* Giant code reorganization (hopefully resulting in 0 regressions) * Giant code reorganization (hopefully resulting in 0 regressions)