Minor page deocration doc fix
parent
d54c400b76
commit
a9ed194fa1
|
@ -2,7 +2,7 @@
|
|||
"tasks": {
|
||||
"clean": "rm -rf dist dist_client_bundle dist_plug_bundle website_build",
|
||||
"deep-clean-mac": "rm -f deno.lock && rm -rf $HOME/Library/Caches/deno && deno task clean",
|
||||
"install": "deno install -f --unstable-kv --unstable-worker-options -A --importmap import_map.json silverbullet.ts",
|
||||
"install": "deno install -g -f --unstable-kv --unstable-worker-options -A --importmap import_map.json silverbullet.ts",
|
||||
"check": "find . -name '*.ts*' | xargs deno check",
|
||||
"test": "deno test -A --unstable-kv --unstable-worker-options",
|
||||
"build": "deno run -A build_plugs.ts && deno run -A build_web.ts",
|
||||
|
|
|
@ -19,7 +19,8 @@ Every page decoration has two parts:
|
|||
|
||||
For example:
|
||||
```yaml
|
||||
- where: 'tags = "person"'
|
||||
pageDecorations:
|
||||
- where: "tags = 'person'"
|
||||
prefix: "🧑 "
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue