Skip to content

Commit

Permalink
Revert indexing space script in templates, not a good idea
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Feb 25, 2024
1 parent c53a6ce commit fb0bc4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plugs/index/index.plug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ functions:
path: script.ts:indexSpaceScript
events:
- page:index
- page:indexTemplate

# Hashtags
indexTags:
Expand Down
2 changes: 1 addition & 1 deletion website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ _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.
* [[Link Unfurl]] now supports unfurling youtube videos
* 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
Expand Down

0 comments on commit fb0bc4e

Please sign in to comment.