Revert indexing space script in templates, not a good idea
parent
c53a6cec76
commit
fb0bc4eacb
|
@ -131,7 +131,6 @@ functions:
|
|||
path: script.ts:indexSpaceScript
|
||||
events:
|
||||
- page:index
|
||||
- page:indexTemplate
|
||||
|
||||
# Hashtags
|
||||
indexTags:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue