Skip to content

0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 13:41
  • Migrated slide preview to sandboxed iframe rendering using ESM markdown-it-container and markdown-it-mark plugins.
  • Restricted Marp CLI export and optional markdown-it lib loading to desktop Obsidian via Platform.isDesktop guards.
  • Replaced direct node:path/node:fs imports with lazy CommonJS require for mobile-safe bundling.
  • Bumped minimum Obsidian version to 1.7.2 and kept the plugin desktop-only.
  • Modernized the ESLint toolchain with eslint-plugin-obsidianmd and typescript-eslint.
  • Cleaned up the preview zoom lifecycle, removed dead debug logging, and fixed unsafe type casts.