From 92c28c63a211f19e24fd4bf3314092c2eff224e6 Mon Sep 17 00:00:00 2001 From: Prashanth K S Date: Sun, 29 Aug 2021 19:54:22 +0530 Subject: [PATCH] fix linting issues in note-properties --- docs/features/note-properties.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/features/note-properties.md b/docs/features/note-properties.md index 597f990..243978c 100644 --- a/docs/features/note-properties.md +++ b/docs/features/note-properties.md @@ -10,6 +10,7 @@ At the top of the file you can have a section where you define your properties. > Be aware that this section needs to be at the very top of the file to be valid For example, for this file, we have: + ``` --- type: feature @@ -21,8 +22,9 @@ Those are properties. Properties can be used to organize your notes. ## Special Properties + Some properties have special meaning for Foam: + - the `title` property will assign the name to the note that you will see in the graph, regardless of the filename or the first heading (also see how to [[write-notes-in-foam]]) - the `type` property can be used to style notes differently in the graph (also see [[graph-visualization]]) - the `tags` property can be used to add tags to a note (see [[tags-and-tag-explorer]]) -