mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
fix linting issues in note-properties
This commit is contained in:
parent
42f5d0774c
commit
92c28c63a2
1 changed files with 3 additions and 1 deletions
|
@ -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]])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue