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

Commit 55c9a3a

Browse files
committed
Update documentation
1 parent f69dddc commit 55c9a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/features/Sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Just like dataview, you can use multiple sources for your data :
44
2. **Tag**: this will match all files with the given tag ;
55
3. **Incoming_link**: this will match all files that have links to the select file ;
66
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.
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`.
88

99
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.
1010

0 commit comments

Comments
 (0)