Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
This commit is contained in:
@@ -8,5 +8,5 @@ See the [original RFC](https://github.com/silverbulletmd/silverbullet/discussion
|
||||
|
||||
Specific implementations for sharing are implemented in other plugs, specifically:
|
||||
```query
|
||||
plug where shareSupport = true render [[template/page]]
|
||||
plug where shareSupport = true render [[Library/Core/Query/Page]]
|
||||
```
|
||||
|
||||
@@ -48,7 +48,7 @@ There is a [[!silverbullet.md/template/tasks/task]] template you can use to rend
|
||||
Try it (by clicking on the checkbox inside of the query):
|
||||
|
||||
```query
|
||||
task where page = "{{@page.name}}" and name = "Remote toggle me" render [[template/task]]
|
||||
task where page = "{{@page.name}}" and name = "Remote toggle me" render [[Library/Core/Query/Task]]
|
||||
```
|
||||
|
||||
* [ ] Remote toggle me
|
||||
|
||||
Reference in New Issue
Block a user