This commit is contained in:
Zef Hemel
2024-01-25 12:06:01 +01:00
parent 8404256ccb
commit 928614c724
11 changed files with 17 additions and 26 deletions
+2 -4
View File
@@ -34,9 +34,7 @@ template: |
{{/each}}
```
If you just want to render the raw markdown without handling it as a handlebars template, set `raw` to true:
If you want to include another _page_ (not necessarily a template) unprocessed (so without replacing template placeholders), you can use `raw`:
```template
template: |
This is not going to be {{processed}} by Handlebars
raw: true
raw: "[[internal/test page]]"
```
+1 -2
View File
@@ -7,6 +7,5 @@ share-support: true
---
```template
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-ghost/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-ghost/main/README]]"
```
+1 -2
View File
@@ -6,6 +6,5 @@ author: Zef Hemel
---
```template
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-git/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-git/main/README]]"
```
+1 -2
View File
@@ -7,6 +7,5 @@ tags: plug
---
```template
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/README]]"
```
+1 -2
View File
@@ -7,6 +7,5 @@ author: Zef Hemel
---
```template
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-katex/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-katex/main/README]]"
```
+1 -2
View File
@@ -10,6 +10,5 @@ tags: plug
```template
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mattermost/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mattermost/main/README]]"
```
+1 -2
View File
@@ -12,6 +12,5 @@ flowchart TD
```
```template
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-mermaid/main/README]]"
```
+1 -2
View File
@@ -6,6 +6,5 @@ tags: plug
---
```template
page: "[[!raw.githubusercontent.com/m1lt0n/silverbullet-serendipity/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/m1lt0n/silverbullet-serendipity/main/README]]"
```
+1 -2
View File
@@ -8,6 +8,5 @@ author: SilverBullet Authors
Remember Twitter?
```template
page: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-twitter/main/README]]"
raw: true
raw: "[[!raw.githubusercontent.com/silverbulletmd/silverbullet-twitter/main/README]]"
```
+1
View File
@@ -0,0 +1 @@
This is a simple test page