Youtube links
parent
79a850137c
commit
98613bf853
|
@ -29,11 +29,13 @@ SilverBullet is open source **personal knowledge management system** implemented
|
||||||
* SilverBullet can be extended using [[Libraries]] and [[Plugs]].
|
* SilverBullet can be extended using [[Libraries]] and [[Plugs]].
|
||||||
* SilverBullet is free, [**open source**, MIT licensed](https://github.com/silverbulletmd/silverbullet) software.
|
* SilverBullet is free, [**open source**, MIT licensed](https://github.com/silverbulletmd/silverbullet) software.
|
||||||
|
|
||||||
To get a feel of what SilverBullet is capable of, have a look at this (always ever so slightly out of date) introduction video.
|
To get a feel of what SilverBullet is capable of, have a look at this introduction video:
|
||||||
|
|
||||||
```embed
|
```embed
|
||||||
url: https://youtu.be/8btx9HeuZ4s
|
url: https://youtu.be/8btx9HeuZ4s
|
||||||
```
|
```
|
||||||
|
If you want to dig deeper, there’s another video on [the template system](https://www.youtube.com/watch?v=ZiM1RM0DCgo).
|
||||||
|
|
||||||
|
|
||||||
# Try it
|
# Try it
|
||||||
Here’s the kicker:
|
Here’s the kicker:
|
||||||
|
|
|
@ -14,6 +14,14 @@ In SilverBullet templates serve a few purposes:
|
||||||
* [[Snippets]]
|
* [[Snippets]]
|
||||||
* [[Page Templates]]
|
* [[Page Templates]]
|
||||||
|
|
||||||
|
# Video walkthrough
|
||||||
|
If you prefer to watch rather than read, here’s an overview of SilverBullet’s template system and what it can do.
|
||||||
|
|
||||||
|
```embed
|
||||||
|
url: https://www.youtube.com/watch?v=ZiM1RM0DCgo
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Definition
|
# Definition
|
||||||
Templates are regular pages [[Tags|tagged]] with the `#template` tag. Note that when tagged inline (by putting `#template` at the beginning of the page), that tag will be removed when the template is instantiated.
|
Templates are regular pages [[Tags|tagged]] with the `#template` tag. Note that when tagged inline (by putting `#template` at the beginning of the page), that tag will be removed when the template is instantiated.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue