diff --git a/plugs/index/index.plug.yaml b/plugs/index/index.plug.yaml index 5ee1ab425..79fea6785 100644 --- a/plugs/index/index.plug.yaml +++ b/plugs/index/index.plug.yaml @@ -131,7 +131,6 @@ functions: path: script.ts:indexSpaceScript events: - page:index - - page:indexTemplate # Hashtags indexTags: diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 53addde36..0eb49b0f8 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -21,7 +21,6 @@ _These features are not yet properly released, you need to use [the edge builds] * [[Plugs/TreeView]]: a sidebar showing (and allowing you to manipulate) your space’s folder tree (at long last) * [[Plugs/AI]]: various clever AI integrations (supporting many different LLMs, including locally hosted ones) * [[Snippets]] using `matchRegex` can now use the `|^|` caret to wrap text around the replacement, see the [[Snippets#Examples]] -* [[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. * 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. @@ -29,6 +28,7 @@ _These features are not yet properly released, you need to use [the edge builds] * Fixed edit button on code widgets after they have shifted * Fixed page completion in template blocks * Giant code reorganization (hopefully resulting in 0 regressions) + --- ## 0.7.1