meld-cp4k downloadsWrite and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.
Write and execute (sandboxed) JavaScript to render templates, query DataView and create dynamic notes.
Basically, turn a note into a small, simple, runnable thing.
Meld Build: Run from the command pallette.
```meld-build-toolbar
```
```js meld-build
const ans = await $.ui.ask('What should I call you?');
await $.ui.message( `From this day forth you shall be known as ${ans}` );
```
main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/meld-build/.