|
| 1 | +## Footer |
| 2 | + |
| 3 | +You can enable a footer from the database or plugin global setting under `Rows section`. For now, it only works with the number type column and only displays the sum of the values. |
| 4 | + |
| 5 | +## Filtering |
| 6 | + |
| 7 | +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. |
| 8 | + |
| 9 | +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. |
| 10 | + |
| 11 | +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. |
| 12 | + |
| 13 | +Each `group filter` will have a dedicated **named button** on the database top bar to quickly enable/disable it. It's important to note that the state of all the filters is determined by another button. So in this case, you have to enable both the **named button** and the **filter button** for `group filters` to work. You can also toggle the filter state by using the command `DB Folder: Toggle filters`. |
| 14 | + |
| 15 | +You can also filter each column separately via the search filters which can be enabled by the icon on the top left. |
| 16 | + |
| 17 | +> The database filters hold priority over the dataview query source filters. |
| 18 | +
|
| 19 | +<video width="670" controls> |
| 20 | + <source src="https://user-images.githubusercontent.com/38974541/197636117-9268cbbe-fcb4-464e-9840-4c966e503589.mov" type="video/mp4"> |
| 21 | +</video> |
| 22 | + |
| 23 | +## Refresh Database |
| 24 | + |
| 25 | +There is no actual refresh button, but you can use the `activate/desactive filter` button to refresh the database. |
| 26 | + |
| 27 | +<video width="670" controls> |
| 28 | + <source src="https://user-images.githubusercontent.com/38974541/197636392-0c1c17fa-8f21-47dc-8c1f-887ca96d4bab.mov" type="video/mp4"> |
| 29 | +</video> |
| 30 | + |
| 31 | +## Sorting |
| 32 | + |
| 33 | +You can sort one column or multiple columns from the column's menu in descending or ascending order. The sort priority is displayed as a number next the arrow in the column header. To remove the sort, just use the column menu. |
| 34 | + |
| 35 | +<video width="670" controls> |
| 36 | + <source src="https://user-images.githubusercontent.com/38974541/197636458-e322e245-3efa-4261-9578-58ff2eee4ad8.mov" type="video/mp4"> |
| 37 | +</video> |
| 38 | + |
| 39 | +## Embedding Database |
| 40 | + |
| 41 | +You can embed a database in another note by using this format `![[database file name.md]]`, it'll show a dataview query of the database. |
| 42 | + |
| 43 | +<video width="670" controls> |
| 44 | + <source src="https://user-images.githubusercontent.com/38974541/197635963-e29dc482-09b0-4994-b861-ac57c85a583b.mov" type="video/mp4"> |
| 45 | +</video> |
| 46 | + |
| 47 | +## Exporting Data |
| 48 | + |
| 49 | +You can export the database into **CSV** format using the obsidian page header. |
| 50 | + |
| 51 | +<video width="670" controls> |
| 52 | + <source src="https://user-images.githubusercontent.com/38974541/197636017-c4a1d9df-75c1-437e-924f-23d444658fb5.mov" type="video/mp4"> |
| 53 | +</video> |
| 54 | + |
| 55 | +## Projects Plugin Integration |
| 56 | + |
| 57 | +You can add a custom DB Folder view in the [projects plugin](https://github.com/marcusolsson/obsidian-projects). |
0 commit comments