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

Commit 3d337c0

Browse files
authored
Merge pull request #337 from RafaelGB/imed-docu-branch
Imed docu branch
2 parents d56555c + 2849148 commit 3d337c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/features/Viewing data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can sort one column or multiple columns from the column's menu in descending
3030

3131
## Database Markdown
3232

33-
You can view the database markdown note by using the command `open as markdown` in obsidian menu.
33+
You can view the database markdown note by using the command `open as markdown` in obsidian menu or in the database menu.
3434

3535
## Embedding Database
3636

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 database menu. The database settings take priority over the plugin settings.

0 commit comments

Comments
 (0)