foam-template/docs/features/笔记属性.md
2021-12-08 22:31:39 +08:00

32 lines
773 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
type: feature
keywords: hello world
---
# 笔记属性
笔记属性
在文件的顶部,你可以有一个部分来定义你的属性。
> 请注意,此部分需要位于文件的最顶部才能有效
例如,对于这个文件,我们有:
```text
---
type: feature
keywords: hello world
---
```
那些是属性。
属性可用于组织你的笔记。
## 特殊属性
一些属性对泡沫具有特殊意义:
- `title` 属性将为你将在图表中看到的笔记分配名称,而不管文件名或第一个标题(另请参阅如何 [[write-notes-in-foam]]
- `type` 属性可用于在图表中设置不同的样式(另见 [[Graph目录可视化]]
- `tags` 属性可用于向笔记添加标签(参见 [[tags标签和标签浏览器]]