obsidian-execute-code icon indicating copy to clipboard operation
obsidian-execute-code copied to clipboard

Obsidian Plugin to execute code in a note.

Results 161 obsidian-execute-code issues
Sort by recently updated
recently updated
newest added

Inline code (single backticks) does not work inside tables. Switching to another file and then switching back will fail to open the file and produce the notice `Failed to load...

bug

I want to execute a shell command (here, zsh), but I have path and environment variables defined in my .zshrc. Though, when I execute my command, the plgin doesn't read...

enhancement
features request

On options, I have set python path to be '/user/bin/python3'. When I run the following code ``` import sys print(sys.executable) ``` it prints ```/usr/bin/python3``` --- ```/usr/bin/python3``` is version 3.10.4 and...

bug

Python works fine, but having issues executing node using either zsh or bash. Have tried adding arguments, but to no avail. Is there something I might be missing?

bug

I been using your plugin for python and it works great, how you kindly add Rust support ?

features request

Hi, It would be awesome if Golang support is added. I may look into integrating it myself, but I have limited experience in TypeScript/Javascript.

features request

Hello, I have a problem after updating to the latest version. The message is: "_Failed to load diagrams.md notes Cannot read properties of null (reading 'vaultpath')_" There is no code...

bug

Hey! Amazing work with this library! Overall everything has worked but had some issues with plotting. I'm running a fairly simple example and have had some limited success plotting, however...

bug

After code block execution, the result is covered with 'clear' button. Could you add space in between?

bug
enhancement