Tim Wibiral
Tim Wibiral
I saw that the images are not shown in the plugin store in obsidian. This changes will fix it.
As seen in #128 having an upper or lower case letter in the language name prevents the plugin from executing. Ignoring the case would improve this.
Eclipse and the Intelliji are Open-Source. It would be fun to try adding their Code Completion Engines to obsidian to make it Obsidian a real general purpose IDE. (Maybe that's...
Obsidian ignores the output blocks that contain the results of the execution. Is there some way to show them in the PDF?
As more and more people contribute to this project with their great ideas, Contribution Guidelines should be created to facilitate contributions.
The plugin only supports only normal plots generated by `plot(...)`. Add support for more commands (e.g. `boxplot(...)`). This issue replaces #59
(Continuation from #268 ) Add an interface like below for each language with only path required. If args or inject doesn't exist, assume it is "" and if fileExtension doesn't...
When enabled, use `live-` to disable?
The line numbering of errors/exceptions is wrong when code injection via the settings or pre/post blocks is used.