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

Commit 8dcd268

Browse files
committed
Merge branch 'feature-filter-global'
2 parents fdd035d + 51ac7ff commit 8dcd268

File tree

8 files changed

+885
-16
lines changed

8 files changed

+885
-16
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,20 @@ Database has its own type of view. It will search all notes into the same folder
88

99
The information you add or edit will be saved into the target obsidian note.
1010

11+
### Features
12+
#### Rows
13+
- Add new row
1114
![AddNewRow.mov](docs/resources/AddNewRow.mov)
15+
- Edit cells directly on table
16+
#### Headers
17+
- Add new column
18+
- Edit label of existed column
19+
- Delete column
20+
- Order column ascending/descending
21+
#### Filters
22+
- Global filters
23+
![GlobalFilter.mov](docs/resources/GlobalFilter.mov)
24+
1225
### Whats inside the database view?
1326
Database view read the yaml configuration inside .md file and render a react DOM.
1427

@@ -44,5 +57,4 @@ columns:
4457
label: Calification
4558
key: Calification
4659
%%>
47-
```
48-
60+
```

0 commit comments

Comments
 (0)