|
1 | 1 | ## Types |
2 | 2 |
|
3 | | -- **Text**: this property support markdown, links, and tags. If you're using links you can enable alias 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 or in the plugin settings ; |
4 | 4 | - **Number**: this property only accepts numbers ; |
5 | 5 | - **Checkbox**: this property is represented by `true/false` in the underlying markdown ; |
6 | | -- **Date**: this property accepts dates. The default format is `yyyy-MM-dd`, but it can be changed in the plugin settings under `editing engine section > Date format` ; |
7 | | -- **Time**: this property accepts time. The default format is `yyyy-MM-dd HH:mm:ss`, but it can be changed in the plugin settings under `editing engine section > Datetime format` ; |
| 6 | +- **Date**: this property accepts dates. The default format is `yyyy-MM-dd`, but it can be changed in the plugin or database settings under `editing engine section > Date format` ; |
| 7 | +- **Time**: this property accepts time. The default format is `yyyy-MM-dd HH:mm:ss`, but it can be changed in the plugin or database settings under `editing engine section > Datetime format` ; |
8 | 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 | 9 | - **Tags**: similar to the previous property, but instead of only selecting one option, you can select multiples options per cell ; |
10 | 10 | - **Formulas**: property that accepts js code to return dynamic values in function of your code. See the [Formulas](/obsidian-db-folder/features/Formulas/) section for more details. |
|
14 | 14 | - **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 ; |
15 | 15 | - **Inlinks**: this column can be added only once from the database settings and will display the files that have links to the select file ; |
16 | 16 | - **Outlinks**: this column can be added only once from the database settings and will display the files that have links from the select file. |
| 17 | + |
17 | 18 | > You can change from one property type to another, and if the format is right, it will be recognized by the plugin. |
18 | 19 |
|
19 | 20 | ## YAML & Dataview Inline Fields |
|
0 commit comments