|
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 or in the plugin 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 global settings ; |
4 | 4 | - **Number**: this property only accepts numbers ; |
5 | 5 | - **Checkbox**: this property is represented by `true/false` in the underlying markdown ; |
6 | 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 | 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 | | -- **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 ; |
| 8 | +- **Select**: this property accepts from a list of options you define. Colors are attributed automatically, though you can change them in the column settings. 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. |
11 | | -- **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 | +- **Image**: you can embed images in the `text` property in this format `![[image]]`. Make sure to enable `media links` in the column settings and adjust the dimensions too ; |
12 | 12 | - **Created time**: this column can be added only once from the database settings and will display the created time of the row ; |
13 | 13 | - **Modified time**: this column can be added only once from the database settings and will display the last modified time of the row ; |
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 ; |
|
21 | 21 |
|
22 | 22 | The plugin works with YAML and dataview inline fields, but by default, it looks for metadata in YAML. To make it work with inline fields, you have two options : |
23 | 23 |
|
24 | | -- You can toggle `enable inline field as default` in database or plugin setting, and you can choose between putting the inline fields at the top or at the bottom of the file ; |
| 24 | +- You can toggle `enable inline field as default` in database or plugin global settings, and you can choose between putting the inline fields at the top or at the bottom of the file ; |
25 | 25 | - Or you can change it in the column's settings to use it with one property only. Keep in mind that this change will not convert the underlying YAML to an inline format, it was meant to work with metadata already formatted as inline. |
26 | 26 |
|
27 | 27 | If there is no metadata in your notes, it will be created when you fill the corresponding cell in the database. |
28 | 28 |
|
29 | 29 | ## Appearance |
30 | 30 |
|
31 | | -You can enable text wrapping and you can change the text alignment between `right-aligned`, `centered`, `left-aligned`, and `justified` from the column setting of the **text**, **number**, and **formula** properties. |
| 31 | +You can enable text wrapping and you can change the text alignment between `right-aligned`, `centered`, `left-aligned`, and `justified` from the column settings of the **text**, **number**, and **formula** properties. |
0 commit comments