Skip to content

Releases: mokeyish/obsidian-code-emitter

0.3.2

01 Sep 11:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

17 Aug 04:13
Compare
Choose a tag to compare

What's Changed

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

10 Aug 03:59
Compare
Choose a tag to compare

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

Full Changelog: 0.1.4...0.2.1

0.1.4

20 Jan 07:24
Compare
Choose a tag to compare

What's Changed

  • Increase minimum height of code emitter block so run button is always available by @FlippingBinary in #25

New Contributors

Full Changelog: 0.1.3...0.1.4

0.1.3

28 Oct 09:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

0.1.2

13 May 00:30
Compare
Choose a tag to compare

New language support:

0.1.0

12 May 14:02
Compare
Choose a tag to compare

New support:

  • c/c++
  • c#
  • swift
  • go

0.0.8

18 Jan 05:14
Compare
Choose a tag to compare
:memo: update license.

0.0.7

19 Aug 14:53
Compare
Choose a tag to compare
:arrow_up: update the version of pyodide .

0.0.6

14 Aug 01:40
Compare
Choose a tag to compare
:art: bump version 0.0.6