obsidian-js-engine-plugin icon indicating copy to clipboard operation
obsidian-js-engine-plugin copied to clipboard

Results 7 obsidian-js-engine-plugin issues
Sort by recently updated
recently updated
newest added

I encounter this bug when I'm rewriting my dataviewjs code into JS-Engine code. Here is the demo where you can see the difference. ![Image](https://github.com/user-attachments/assets/f862b902-d02b-45ce-8a4b-88f7b95ae9d5) ```` ```dataviewjs if (true) { const...

Hello again, first of all many thanks for implementing the startup-scripts feature so incredibly quickly. When I first started on this last year I imagined it beeing much more inline...

Hi, I'm trying to write modular JavaScript and have one file for each script. It's not working out for me ;) I'll explain more, but pretty sure it would be...

I made a bunch of edits to js-engine/meta bind scripts this morning. I now see I'm getting several messages like this: https://github.com/user-attachments/assets/6339c6a4-2645-4dac-89fc-d348d8d1a870 How could I figure out which file(s) are...

As discussed in [Discord](https://discord.com/channels/686053708261228577/1286803892549713921/1312032049325936640), it would be great if `markdownBuilder.createTable()` had a way to control column alignment.... Asking as the following replaces a manual markdown-created table where the left column...

Obsidian Publish allows you to upload a [publish.js](https://help.obsidian.md/Obsidian+Publish/Customize+your+site#Static+assets) file to run arbitrary JS on your published site, which could be used as a starting point for parsing and executing `js-engine`...

Hi @mProjectsCode, First of all, thanks for creating this amazing plugin! It's been a great addition to my Obsidian setup. I wanted to ask if it's possible to dynamically generate...