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.
@@ -26,6 +27,21 @@ The information you add or edit will be saved into the target obsidian note.
26
27
Database view read the yaml configuration inside .md file and render a react DOM.
27
28
28
29
You can edit directly the yaml configuration inside the .md file or use the table features to edit the columns.
30
+
#### Information
31
+
Details about your database
32
+
-**name**: Name asociated to your database (TODO)
33
+
-**description**: extra information explaining the purpose of the database (TODO)
34
+
#### Database
35
+
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.
36
+
Mandatory:
37
+
-**input**: indicates the type of the column (text,markdown & number)
38
+
-**key**: name of obsidian field metadata in your notes (inline not supported edition yet)
39
+
-**accessor**: is the key of the data. Must be unique
- Added Drag & Drop columns. Order is persisted [ISSUE#5](https://github.com/RafaelGB/obsidian-bd-folder/issues/5)
4
+
- Style background of the table is now adapted to the theme [PR#9](https://github.com/RafaelGB/obsidian-bd-folder/pull/9)[zubayrrr](https://github.com/zubayrrr)
5
+
6
+
### Developers
7
+
- State of table toggle configuration added. Show react table state at bottom of the page. It has a default value & local value of each dadabase.
8
+
9
+
## 0.0.4
10
+
### Shiny new things
11
+
- Global filters added
12
+
13
+
## 0.0.3
14
+
### Shiny new things
15
+
- Order rows `alphanumericFalsyLast`
16
+
- Label of columns now is editable
17
+
- Add new columns
18
+
- Delete columns
19
+
- Modify type of column
20
+
21
+
## 0.0.2
22
+
Initial version. Basic database view.
23
+
### Shiny `things`
24
+
- Cells are editable
25
+
- Cell can render markdown
26
+
- metadata columns added (just target file) Not configurable yet
0 commit comments