obsidian-execute-code
obsidian-execute-code copied to clipboard
Obsidian Plugin to execute code in a note.
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...
#34
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...
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...
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?
I been using your plugin for python and it works great, how you kindly add Rust support ?
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.
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...
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...
After code block execution, the result is covered with 'clear' button. Could you add space in between?