Docs overhaul

This commit is contained in:
Zef Hemel
2023-07-25 17:33:24 +02:00
parent 6510f06e0e
commit b501b51a56
10 changed files with 110 additions and 60 deletions
+2
View File
@@ -1,5 +1,7 @@
Frontmatter is a common format to attach additional metadata (data about data) to markdown documents.
In SilverBullet there are multiple ways to attach [[Metadata]] to a page, frontmatter is one of them.
You create it by starting your markdown document with `---` followed by [[YAML]] encoded attributes and then ending with `---` again. Followed by the regular body of your document.
Here is an example: