Releases: twibiral/obsidian-execute-code
Releases · twibiral/obsidian-execute-code
0.5.3
0.5.2
0.5.1
Version 0.5.0
What's Changed
Added
- Support for C++ (Using JSCPP)
- Support for Prolog (Using Tau-Prolog)
Full Changelog: 0.4.0...0.5.0
Version 0.4.0
What's Changed
Added
- Support for Python
- Settings for command line options
Changed
- Improved execution of JavaScript
Full Changelog: 0.3.2...0.4.0
0.3.2
- Fix markdown post processor
- Remove use of innerHTML
Full Changelog: v0.3.1...v0.3.2
0.3.1
What's Changed
Added
- Changelog
Changed
- Use
registerMarkdownProcessor
instead of a timed interval. (Thanks to @lishid for the suggestion.) - Use promises instead of callbacks for creating and deleting files. (Thanks to @lishid for the suggestion.)
Full Changelog: v0.3.0...v0.3.1