Skip to content

Commit 1cd45b9

Browse files
committed
2 parents 6d321aa + 8912927 commit 1cd45b9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/content/docs/guides/advancedUseCases.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ description: A collection of more advanced use-cases.
66
If you are willing to dip your toes into the world of JavaScript, you can do quite a few interesting things with Meta Bind.
77

88
:::note
9-
The following examples assume that you have [JS Engine](https://github.com/mProjectsCode/obsidian-js-engine-plugin) installed and enabled.
9+
The following examples assume that you have:
10+
1. [JS Engine](https://github.com/mProjectsCode/obsidian-js-engine-plugin) installed and enabled.
11+
2. Enabled **JS Input Fields** in the Meta Bind settings.
1012
:::
1113

1214
:::caution
@@ -67,3 +69,6 @@ const str = `\`INPUT[inlineSelect(${options}):selected]\``;
6769
return engine.markdown.create(str);
6870
```
6971
````
72+
73+
## Additional Examples
74+
There are additional advanced examples available in the GitHub Repository [here](https://github.com/mProjectsCode/obsidian-meta-bind-plugin/tree/release/exampleVault/Advanced%20Examples). Have another one? Please submit a pull request.

src/content/docs/guides/bindTargets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Global Memory is shared between all notes and **will be lost** when you restart
7676
### 2. The Storage Path
7777

7878
The storage path usually points to a file.
79-
If it is omitted, the current file is used.
79+
If omitted, it defaults to the current file.
8080

8181
#### Example
8282

0 commit comments

Comments
 (0)