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/features/Displaying data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can enable a footer from the database or plugin global setting under `Rows s
14
14
15
15
You have to use the database top bar, which can be toggled by the search icon in the page header, or simply by using `CMD/CTRL+F`. You can create one or multiple filters or you can search (normally or with regex) for any metadata displayed in the database.
16
16
17
-
After opening the filter modal via the obsidian bar button or the command `DB Folder: OPen filters`, you can either create a `filter` or a `group filter`. The difference is that a `group filter` can include many `filters` with either an **AND** or an **OR** type of relationship, whereas `filters` can only have an **AND** type of relationship between them.
17
+
After opening the filter modal via the obsidian bar button or the command `DB Folder: Open filters`, you can either create a `filter` or a `group filter`. The difference is that a `group filter` can include many `filters` with either an **AND** or an **OR** type of relationship, whereas `filters` can only have an **AND** type of relationship between them.
18
18
19
19
You can create a `group filter` within a `group filter` for more granular filtering, and you can delete or rename them. Keep in mind that deleting a `parent group filter` will delete all the `children group filters` within it.
20
20
@@ -31,7 +31,7 @@ You can also filter each column separately via the search filters which can be e
31
31
32
32
## Refresh Database
33
33
34
-
The databaes should refresh after every change, but you can use the `activate/desactive filter` button if you want to manually refresh it. On the other hand, you can disable auto-refreshing when an external change is detected in the plugin global settings.
34
+
The databaes should refresh after every change, but you can use the `activate/deactivate filter` button if you want to manually refresh it. On the other hand, you can disable auto-refreshing when an external change is detected in the plugin global settings.
0 commit comments