Releases: mokeyish/obsidian-code-emitter
Releases · mokeyish/obsidian-code-emitter
0.4.0
What's Changed
- feat: add Haskell interpreter by @nekowinston in #156
- docs: some more opinionated readme changes by @nekowinston in #157
New Contributors
- @nekowinston made their first contribution in #156
Full Changelog: 0.3.3...0.4.0
0.3.3
What's Changed
- fix: fix rendering tick-tock behaivour by @Krisloveless in #152
New Contributors
- @Krisloveless made their first contribution in #152
Full Changelog: 0.3.2...0.3.3
0.3.2
0.3.1
What's Changed
- ✨ Add support for ascii-color by @mokeyish in #74
- 💚 Fix version-bump by @mokeyish in #78
- ✨ Add support for matplotlib by @mokeyish in #79
Examples
1. matplotlib
import micropip
await micropip.install('matplotlib')
import matplotlib.pyplot as plt
fig, ax = plt.subplots() # Create a figure containing a single Axes.
ax.plot([1, 2, 3, 4], [1, 4, 2, 3]) # Plot some data on the Axes.
plt.show() # Show the figure.
2. ascii-color
print("Hello from \x1B[1;3;31mxterm.js")
Full Changelog: 0.2.1...0.3.1
0.2.1
What's Changed
- ✨ Add support for HTML&CSS and running code in editing view
- ⬆️ Bump actions/setup-node from 3 to 4 by @dependabot in #29
- ⬆️ Bump actions/checkout from 3 to 4 by @dependabot in #28
- ⬆️ Bump @types/node from 16.11.6 to 22.0.0 by @dependabot in #60
New Contributors
- @dependabot made their first contribution in #29
Full Changelog: 0.1.4...0.2.1
0.1.4
What's Changed
- Increase minimum height of code emitter block so run button is always available by @FlippingBinary in #25
New Contributors
- @FlippingBinary made their first contribution in #25
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- fix: fix links by @ZhymabekRoman in #10
- feat: added crystal languaje by @nicosup98 in #12
- Adding R support by @seiimonn in #18
New Contributors
- @ZhymabekRoman made their first contribution in #10
- @nicosup98 made their first contribution in #12
- @seiimonn made their first contribution in #18
Full Changelog: 0.1.2...0.1.3
0.1.2
New language support:
- vlang https://vlang.io/