diff options
author | Philip Molares | 2021-03-28 12:06:16 +0200 |
---|---|---|
committer | Philip Molares | 2021-03-28 19:02:30 +0200 |
commit | 82aa36177f555254ba5b990e0584e115ef091ad4 (patch) | |
tree | b6f9b8d29be08d0e32a5fab5df62015025f11818 /public/docs | |
parent | 2ea40bb98d80ca765f60f9b69d26d5be12188231 (diff) |
Features.md: Change tag explanation
Explain tags in the features.md with yaml metadata, instead of the
heading syntax.
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Diffstat (limited to '')
-rw-r--r-- | public/docs/features.md | 11 |
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) |