Youtube links

pull/698/head
Zef Hemel 2024-02-09 14:27:54 +01:00
parent 79a850137c
commit 98613bf853
2 changed files with 11 additions and 1 deletions

View File

@ -29,11 +29,13 @@ SilverBullet is open source **personal knowledge management system** implemented
* SilverBullet can be extended using [[Libraries]] and [[Plugs]].
* 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
url: https://youtu.be/8btx9HeuZ4s
```
If you want to dig deeper, theres another video on [the template system](https://www.youtube.com/watch?v=ZiM1RM0DCgo).
# Try it
Heres the kicker:

View File

@ -14,6 +14,14 @@ In SilverBullet templates serve a few purposes:
* [[Snippets]]
* [[Page Templates]]
# Video walkthrough
If you prefer to watch rather than read, heres an overview of SilverBullets template system and what it can do.
```embed
url: https://www.youtube.com/watch?v=ZiM1RM0DCgo
```
# 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.