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

Commit 67a757f

Browse files
committed
Update documentation
1 parent cdb0bb7 commit 67a757f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/docs/features/Sources.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Just like dataview, you can use multiple sources for your data :
88
4. **Outgoing_link**: this will match all files that have links from the select file ;
99
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-
## Destination Folder
11+
## Destination Folders
1212

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.
13+
There are two types of destinations :
14+
15+
1. Where you will store the database file ;
16+
2. Where you will store the notes of the database.
17+
18+
If you chose `tag/incoming_link/outgoing_link/dataview` as the source, you'll have to choose both types of destinations. But if you right-clicked a folder or selected `current_folder` as the source, everything is stored under one folder, so you'll only choose once.

0 commit comments

Comments
 (0)