|
|
|
|
|
by user205738
105 days ago
|
|
For myself, I have developed a so-called default template for notes. ``` --- aliases: - <%tp.file.title%>
tags:--- %% [[<%tp.file.creation_date("YYYY-MM-DD")%>]] %% ``` <%tp.file.title%> for aliases, it is necessary to always refer to the alias [[note|note alias]] notes in the text (if I refer without a pseudonym, then by accidentally or intentionally changing the name of the note, I can ruin the text in all places where it occurs |
|
For example, when I add a link to the author to a book note and use keyboard shortcuts to create a note page for the author, the following template is used:
```md
---
aliases:
tags:- t3/books
- people
- t3/author
---
%%
[[<%tp.file.creation_date("YYYY-MM-DD")%>]]
%%
### Works
```base
views:
name: Table - file.hasTag("t3/books") sort: ```Tags in metadata do not need the # symbol, although you can use it if you enclose the entire tag in quotation marks.