Design-Docs
This commit is contained in:
parent
42c65bc54c
commit
5619093f41
8 changed files with 89 additions and 0 deletions
32
refs/design/Templates.md
Normal file
32
refs/design/Templates.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Templates
|
||||
|
||||
Templates are copied to a note, making them completely editable.
|
||||
|
||||
*Consideration*: Inherit a Template, this will make only `{{Variable}}`-formatted content blocks editable. <- Predefined Form
|
||||
|
||||
## Metadata
|
||||
````
|
||||
---
|
||||
Template: Yes
|
||||
---
|
||||
# {{Title}}
|
||||
|
||||
Content
|
||||
````
|
||||
|
||||
## Built-In
|
||||
**Book** - Form
|
||||
|
||||
Editable Text Content with default-content
|
||||
````
|
||||
---
|
||||
Template: Form
|
||||
---
|
||||
# {{Book Name}}
|
||||
|
||||
{{Content multiline}}
|
||||
|
||||
:::query format=list
|
||||
note.parents include this
|
||||
:::
|
||||
````
|
||||
Loading…
Add table
Add a link
Reference in a new issue