From 82aa36177f555254ba5b990e0584e115ef091ad4 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 28 Mar 2021 12:06:16 +0200 Subject: Features.md: Change tag explanation Explain tags in the features.md with yaml metadata, instead of the heading syntax. Signed-off-by: Philip Molares --- public/docs/features.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'public/docs') 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) -- cgit v1.2.3