From 41b6b8a3c7511cd091b7d70593ad6b41028f3c8b Mon Sep 17 00:00:00 2001 From: Chiyu Liang <532117255@qq.com> Date: Mon, 25 Dec 2023 17:09:39 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6717c99..35f4c78 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,12 @@ Inline Dataview queries and DataviewJS rendering can be enabled in the settings ![Dataview lines in smiles block](https://github-production-user-asset-6210df.s3.amazonaws.com/73122375/292734194-d227fdb8-9c8f-4c87-965a-73c0f2445993.png) -> [!Note] +> [!Warning] > This feature is dependent on the Dataview plugin. Please ensure that you have installed and enabled it. -> The execution of DataviewJS is implemented by calling `eval()` at the bottom,which is known to have safety issues.To avoid unintended execution, only trusted code lines should be passed. -> If you wish to disable DataviewJS rendering, you can toggle off the `Enable JavaScript Queries` or `Enable Inline JavaScript Queries` options through the settings tab of the Dataview plugin. +> +> The execution of DataviewJS is implemented by calling `eval()` at the bottom, which is known to have safety issues.To avoid unintended execution, only trusted code lines should be passed. +> +> If you wish to disable DataviewJS rendering, you can toggle off the `Enable JavaScript Queries` or `Enable Inline JavaScript Queries` options through the Dataview plugin settings. ## Introduction on SMILES