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

Commit cdb0bb7

Browse files
committed
Update documentation
1 parent a1be003 commit cdb0bb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/docs/features/Sources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
## Types
2+
13
Just like dataview, you can use multiple sources for your data :
24

3-
1. **Current_folder**: this will match all files within the selected folder when creating the database;
5+
1. **Current_folder**: this will match all files within the selected folder when creating the database. If you want to change the folder, just move the database to another folder ;
46
2. **Tag**: this will match all files with the given tag ;
57
3. **Incoming_link**: this will match all files that have links to the select file ;
68
4. **Outgoing_link**: this will match all files that have links from the select file ;
7-
5. **Dataview**: you can put your dataview query (DQL) without the first line `TABLE columns` as the plugin will autocomplete this part. For example : `FROM "folder" WHERE column = "something" SORT column ASC`.
8-
9-
If you right-clicked a folder or selected **current folder** as the source, the folder is used for storing the database and the new notes. But if you select any other source, you'll have to select where to store the new notes and where to store the database.
9+
5. **Dataview**: you can put your dataview query (DQL) without the first line `TABLE columns` as the plugin will autocomplete this part. For example : `FROM "folder" WHERE column = "something" SORT column ASC`. Use this source if you want to combine multiple tags, links, or folders.
1010

11-
> When selecting `Current_folder` as the source, if you want to change the folder, you just have to move the database to another folder.
11+
## Destination Folder
1212

13-
> If you want to combine multiple tags or links or folders, you'll have to use the **Dataview source**.
13+
If you right-clicked a folder or selected **current folder** as the source, the folder is used for storing the database and the new notes. But if you select any other source, you'll have to select where to store the new notes and where to store the database.

0 commit comments

Comments
 (0)