From c9156df8b67115cdd4660c0bc540858756c64677 Mon Sep 17 00:00:00 2001 From: Sergey Kolesnik Date: Mon, 6 Mar 2023 11:13:12 +0300 Subject: [PATCH] fix: update tutorial and trigger build --- docs/tutorial.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 67aff1b..2787637 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -1,5 +1,5 @@ # First steps (after intalling plugin) -## Rendering template +## Rendering named template - To **create a template** from block add `template` property with its name as a value (just like Logseq standard templates) - To **render a template**: - Type-in `/`-command «Full House → Insert temeplate» or select it from `Command Palette` (Ctrl+Shift+P or ⌘⇧P) @@ -35,11 +35,11 @@ - - - - - +## Rendering any block or page as a template +- In fact there is no rule to have a «template» property in the block to render it + - Just use block or page reference instead of template name + - `{{renderer :template, ((64004111-...)) }}` + - For that case parent block is included by default