A WIP plugin for Obsidian that
- adds a run button to each codeblock
- creates a file containing the content of the codeblock with the appropriate extension in the root directory of the repository when the button is clicked
- run the file in the terminal with the appropriate command and
- delete the file.
It currently works on MacOS for Python, Java, C++, and Lua only, but Linux and Windows are planned in the future. Additional languages are simple to add, and will be added as a need or request arises.