|
1 | 1 | ## Types |
2 | 2 |
|
3 | | -- **Text**: this property support markdown, links, and tags ; |
4 | | -- **Number**: this property only accepts numbers ; |
5 | | -- **Checkbox**: this property is represented by `true/false` in the underlying markdown ; |
6 | | -- **Date**: this property accepts dates with the format `YYYY-MM-DD` ; |
7 | | -- **Time**: this property accepts time with the format `YYYY-MM-DD hh:mm AM/PM` ; |
8 | | -- **Select**: this property accepts from a list of options you define. Colors are attributed automatically, though you can change them in the column setting. Furthermore, when removing the select option in the setting, it is also removed from the note's metadata ; |
9 | | -- **Tags**: similar to the previous property, but instead of only selecting one option, you can select multiples options per cell ; |
10 | | -- **Image**: you can embed images in the `text` property in this format `![[image]]`. Make sure to enable `media links` in the column setting and adjust the dimensions too ; |
11 | | -- **Created time**: this column can be added only once from the database settings and will display the created time of the row ; |
12 | | -- **Modified time**: this column can be added only once from the database settings and will display the last modified time of the row ; |
13 | | -- **Tasks**: this column can be added only once from the database settings and will display the task of the given file. You can also choose to hide the completed tasks in the column settings. |
| 3 | +- **Text**: this property support markdown, links, and tags. If you're using links you can enable alias in the column settings ; |
| 4 | +- **Number**: this property only accepts numbers ; |
| 5 | +- **Checkbox**: this property is represented by `true/false` in the underlying markdown ; |
| 6 | +- **Date**: this property accepts dates with the format `YYYY-MM-DD` ; |
| 7 | +- **Time**: this property accepts time with the format `YYYY-MM-DD hh:mm AM/PM` ; |
| 8 | +- **Select**: this property accepts from a list of options you define. Colors are attributed automatically, though you can change them in the column setting. Furthermore, when removing the select option in the setting, it is also removed from the note's metadata ; |
| 9 | +- **Tags**: similar to the previous property, but instead of only selecting one option, you can select multiples options per cell ; |
| 10 | +- **Image**: you can embed images in the `text` property in this format `![[image]]`. Make sure to enable `media links` in the column setting and adjust the dimensions too ; |
| 11 | +- **Created time**: this column can be added only once from the database settings and will display the created time of the row ; |
| 12 | +- **Modified time**: this column can be added only once from the database settings and will display the last modified time of the row ; |
| 13 | +- **Tasks**: this column can be added only once from the database settings and will display the task of the given file. You can also choose to hide the completed tasks in the column settings ; |
| 14 | +- **Inlinks**: this column can be added only once from the database settings and will display the files that have links to the select file ; |
| 15 | +- **Outlinks**: this column can be added only once from the database settings and will display the files that have links from the select file. |
14 | 16 |
|
15 | | -> You can change from one property type to another, and if the format is right, it will be recognized by the plugin. Sometimes, though, after converting, you won't see the changes until you refresh the database. |
| 17 | +> You can change from one property type to another, and if the format is right, it will be recognized by the plugin. |
16 | 18 |
|
17 | 19 | ## YAML & Dataview Inline Fields |
18 | 20 |
|
|
0 commit comments