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.
- (*NEW*) Configurable select column with `group_folder_column` property. This column will be used to group the notes into subfolders with the same cell value. The subfolder will be created if it does not exist.
Database view read the yaml configuration inside .md file and render a react DOM.
28
32
@@ -40,8 +44,11 @@ Mandatory:
40
44
-**label**: name of the column
41
45
Optional:
42
46
-**position**: order of the columns
43
-
#### Local configuration
44
47
48
+
49
+
#### Local configuration
50
+
-**enable_show_state**: show react table state at bottom of the page. It has a default value & local value of each database.
51
+
-**group_folder_column**: name of the column used to group the notes into subfolders with the same cell value. The subfolder will be created if it does not exist. It must be a select column type.
0 commit comments