Skip to content

Commit

Permalink
added reference to alias in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoferretti authored Jan 26, 2025
1 parent 6be4f00 commit 7d7446e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user/features/note-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Some properties have special meaning for Foam:
| `title` | 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]]) |
| `type` | can be used to style notes differently in the graph (also see [[graph-visualization]]). The default type for a document is `note` unless otherwise specified with this property. |
| `tags` | can be used to add tags to a note (see [[tags]]) |
| `alias` | can be used to add aliases to the note. an alias will show up in the link autocompletion |

For example:

Expand All @@ -40,7 +41,7 @@ For example:
title: "Note Title"
type: "daily-note"
tags: daily, funny, planning

alias: alias1, alias2
---
```

Expand Down

0 comments on commit 7d7446e

Please sign in to comment.