|
1 | 1 | ## Types |
2 | | -- **Text**: this property support markdown, links and tags ; |
3 | | -- **Number**: this property only accepts numbers ; |
4 | | -- **Checkbox**: this property is represented by `1/0` in the underlying markdown ; |
5 | | -- **Date**: this property accepts dates with the format `YYYY-MM-DD` ; |
6 | | -- **Time**: this property accepts time with the format `YYYY-MM-DD hh:mm AM/PM` ; |
7 | | -- **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 | | -- **Tags**: similar to the previous property but instead of only selecting one option, you can select multiples options per cell ; |
9 | | -- **Image**: you can embed images in the `text` property in this format `![[image]]`. Make sure to enable `media links` in the column setting and ajust the dimensions too ; |
10 | | -- **Created time**: this column can be added only once from the database settings and will display the created time of the row ; |
11 | | -- **Modified time**: this column can be added only once from the database settings and will display the last modified time of the row ; |
12 | | -- **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. |
13 | 2 |
|
14 | | -> You can change the column property types, 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. |
| 3 | +- **Text**: this property support markdown, links and tags ; |
| 4 | +- **Number**: this property only accepts numbers ; |
| 5 | +- **Checkbox**: this property is represented by `1/0` 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 | + |
| 15 | +> You can change the column property types, 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. |
15 | 16 |
|
16 | 17 | ## YAML & dataview inline fields |
17 | | -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'll have to change it in the column's settings. Keep in mind that this change will not convert the underlying yaml to inline format. |
| 18 | + |
| 19 | +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'll have to change it in the column's settings. Keep in mind that this change will not convert the underlying YAML to inline format. |
18 | 20 |
|
19 | 21 | If there is no metadata in your notes, it will be created when you fill the corresponding cell in the database. |
0 commit comments