Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/docs/queries/dql-js-inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ what you can do with it, see the [API documentation](../api/code-reference.md),
examples](../api/code-examples.md).

!!! attention "Advanced usage"
Writing Javascript queries is a advanced technique that requires understanding in programming and JS. Please be aware that JS Queries have access to your file system and be cautious when using other peoples' JS Queries, especially when they are not publicly shared through the Obsidian Community.
Writing Javascript queries is an advanced technique that requires understanding programming and JS.

!!! warning "Security risk"
Please be aware that JS queries have **access to your file system**. A malicious (or buggy) JS query can result in data loss, including **data theft**! Be cautious when using other people's JS queries, especially when they are not publicly shared through the Obsidian Community.

## Inline Dataview JS

Expand Down