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

Commit 94c3008

Browse files
authored
Merge pull request #903 from jergason/patch-1
Fix two typos in "Displaying Data" docs
2 parents 279437e + e4556a6 commit 94c3008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/features/Displaying data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can enable a footer from the database or plugin global setting under `Rows s
1414

1515
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.
1616

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.
1818

1919
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.
2020

@@ -31,7 +31,7 @@ You can also filter each column separately via the search filters which can be e
3131

3232
## Refresh Database
3333

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.
3535

3636
<video width="670" controls>
3737
<source src="https://user-images.githubusercontent.com/38974541/197636392-0c1c17fa-8f21-47dc-8c1f-887ca96d4bab.mov" type="video/mp4">
@@ -63,4 +63,4 @@ You can export the database into **CSV** format using the obsidian page header
6363

6464
## Projects Plugin Integration
6565

66-
You can add a custom DB Folder view in the [projects plugin](https://github.com/marcusolsson/obsidian-projects).
66+
You can add a custom DB Folder view in the [projects plugin](https://github.com/marcusolsson/obsidian-projects).

0 commit comments

Comments
 (0)