From 98613bf85351f9365c18ecb998ec8f6c15df474b Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Fri, 9 Feb 2024 14:27:54 +0100 Subject: [PATCH] Youtube links --- website/SilverBullet.md | 4 +++- website/Templates.md | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/website/SilverBullet.md b/website/SilverBullet.md index 05139282..1ed4b6db 100644 --- a/website/SilverBullet.md +++ b/website/SilverBullet.md @@ -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, there’s another video on [the template system](https://www.youtube.com/watch?v=ZiM1RM0DCgo). + # Try it Here’s the kicker: diff --git a/website/Templates.md b/website/Templates.md index 4feff5aa..f7739a41 100644 --- a/website/Templates.md +++ b/website/Templates.md @@ -14,6 +14,14 @@ In SilverBullet templates serve a few purposes: * [[Snippets]] * [[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 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.