summaryrefslogtreecommitdiff
path: root/public/docs/features.md
diff options
context:
space:
mode:
Diffstat (limited to 'public/docs/features.md')
-rw-r--r--public/docs/features.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/public/docs/features.md b/public/docs/features.md
index 6c16b265..5e53ed13 100644
--- a/public/docs/features.md
+++ b/public/docs/features.md
@@ -1,3 +1,6 @@
+---
+tags: features, cool, updated
+---
# Features
## Introduction
@@ -125,9 +128,13 @@ The first **level 1 heading** (e.g. `# Title`) will be used as the note title.
### Tags
-Using tags as follows, the specified tags will show in your **history**.
+Tags can be specified with [YAML metadata](./yaml-metadata#tags) at the **start** of the note. Those tags will show in your **history**.
-#### tags: `features` `cool` `updated`
+```yml
+---
+tags: features, cool, updated
+---
+```
### [YAML Metadata](./yaml-metadata)