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

Commit cd42399

Browse files
authored
Merge pull request #366 from RafaelGB/imed-docu-branch
Update documentation
2 parents 96e0ec1 + b79e2b2 commit cd42399

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

docs/docs/features/Properties.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
## Types
22

3-
- **Text**: this property support markdown, links, and tags ;
4-
- **Number**: this property only accepts numbers ;
5-
- **Checkbox**: this property is represented by `true/false` 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.
3+
- **Text**: this property support markdown, links, and tags. If you're using links you can enable alias in the column settings ;
4+
- **Number**: this property only accepts numbers ;
5+
- **Checkbox**: this property is represented by `true/false` 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+
- **Inlinks**: this column can be added only once from the database settings and will display the files that have links to the select file ;
15+
- **Outlinks**: this column can be added only once from the database settings and will display the files that have links from the select file.
1416

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.
17+
> You can change from one property type to another, and if the format is right, it will be recognized by the plugin.
1618
1719
## YAML & Dataview Inline Fields
1820

docs/docs/features/Viewing data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In the database settings under `cell size`, you can change the row height betwe
1616

1717
## Filtering
1818

19-
You can either search for any metadata displayed in the database, or you can create a filter using the top bar. You can use multiple filters at the same time. The button on the left activates and deactivates the filter.
19+
You can create one or multiple filters using the top bar. The button on the left activates and deactivates the filter. You can also search (normally or with regex) for any metadata displayed in the database.
2020

2121
> The database filter holds priority over the dataview query source filter.
2222
@@ -38,4 +38,8 @@ You can embed a database by using this format `![[database file name.md]]`, it'
3838

3939
## Exporting Data
4040

41-
You can export the database into **CSV** format using the database menu.
41+
You can export the database into **CSV** format using the database menu.
42+
43+
## Importing Data
44+
45+
You can upload a **CSV** file and turn it to a database using the database menu.

0 commit comments

Comments
 (0)