You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/about.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,21 @@ Database view read the yaml configuration inside `.md` file and render a react D
4
4
You can edit directly the yaml configuration inside the `.md` file or use the table features to edit the columns.
5
5
### Information
6
6
Details about your database
7
+
7
8
-**name**: Name asociated to your database (TODO)
8
9
-**description**: extra information explaining the purpose of the database (TODO)
9
10
### Database
10
11
The *columns* key is used to charge the correct information when you charge the react-table. Each column supports all the literals of react-table column configurations.
12
+
11
13
Mandatory:
14
+
12
15
-**input**: indicates the type of the column (text,markdown & number)
13
16
-**key**: name of obsidian field metadata in your notes (inline not supported edition yet)
14
17
-**accessor**: is the key of the data. Must be unique
15
18
-**label**: name of the column
19
+
16
20
Optional:
21
+
17
22
-**position**: order of the columns
18
23
-**isInline**: true if you want to edit the field inline mode
0 commit comments