Skip to content

Releases: ichenh/obsidian-math-chords

Math Chords 0.1.6

20 Jun 04:12

Choose a tag to compare

Changed

  • Drop deprecated main field from manifest.json (Obsidian loads main.js by default).
  • GitHub Releases now attach artifact attestations for main.js and styles.css.
  • Release assets are only main.js, manifest.json, and styles.css (no zip bundle).
  • Sync README, README.zh-CN, .cursorrules, and package-lock.json to v0.1.6.

Math Chords 0.1.5

19 Jun 19:01

Choose a tag to compare

Fixed

  • Remove plugin name from settings tab heading (Obsidian community review).

Math Chords 0.1.4

19 Jun 18:53

Choose a tag to compare

Fixed

  • Address Obsidian community plugin review: replace inline style assignments with CSS
    classes and setCssProps, use Setting.setHeading() in settings UI, window.activeDocument
    / window.setTimeout for popout compatibility, instanceOf(HTMLElement) for cross-window
    checks, and typed YAML parsing.

0.1.3

19 Jun 18:30

Choose a tag to compare

Release v0.1.3: community-ready id, English UI, preview sizing, and h…

0.1.2

19 Jun 17:59

Choose a tag to compare

Release v0.1.2: fix inline preview first render and env-wrap caret pl…

0.1.1

19 Jun 17:39

Choose a tag to compare

Release v0.1.1: fix inline math, auto-create display block for env wr…

0.1.0

19 Jun 17:02

Choose a tag to compare

Initial release: Math Chords for Obsidian v0.1.0.

Co-authored-by: Cursor <cursoragent@cursor.com>