Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 73422cb

Browse files
committed
Update documentation
1 parent c0f4e16 commit 73422cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/features/Properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- **Text**: this property support markdown, links, and tags ;
44
- **Number**: this property only accepts numbers ;
5-
- **Checkbox**: this property is represented by `1/0` in the underlying markdown ;
5+
- **Checkbox**: this property is represented by `true/false` in the underlying markdown ;
66
- **Date**: this property accepts dates with the format `YYYY-MM-DD` ;
77
- **Time**: this property accepts time with the format `YYYY-MM-DD hh:mm AM/PM` ;
88
- **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 ;
@@ -12,7 +12,7 @@
1212
- **Modified time**: this column can be added only once from the database settings and will display the last modified time of the row ;
1313
- **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.
1414

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+
> 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.
1616
1717
## YAML & Dataview Inline Fields
1818

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ There are 3 ways of creating a database:
1616

1717
## How Do I Access Settings?
1818

19-
There are two types of settings (plugin setting and database setting). You can access the database settings from the obsidian menu. The database settings take priority over the plugin setting.
19+
There are two types of settings (plugin setting and database setting). You can access the database settings from the obsidian menu or from the header menu. The database settings take priority over the plugin setting.

0 commit comments

Comments
 (0)