Skip to content

Releases: shuuul/obsidian-marp-extended

0.7.1

29 Jun 15:32

Choose a tag to compare

Full Changelog: 0.7.0...0.7.1

0.7.0

29 Jun 08:44
46fb7f4

Choose a tag to compare

0.7.0 (2026-06-29)

Features

  • export: use external Marp CLI and packaged themes (48334d1)
  • settings: simplify Marp options and detect browsers (ba95712)

0.6.0

27 Jun 15:40
294a816

Choose a tag to compare

0.6.0 (2026-06-27)

Features

  • kami: add fenced block DSL (a7c51df)

0.5.0

27 Jun 13:41

Choose a tag to compare

  • 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.

0.4.1

27 Jun 12:30

Choose a tag to compare

Marp Extended 0.4.1

0.4.0

26 Jun 17:27

Choose a tag to compare

  • Added themed Mermaid diagram rendering as inline SVG for preview/export, including mermaidTheme and mermaidFlat support.
  • Added default theme update controls for bundled Marp and Mermaid themes.
  • Added the Kami portfolio slide size and refreshed the README example image.
  • Improved preview performance by reducing refresh overhead and caching Mermaid render output plus remote theme assets.
  • Fixed preview slide sync after render updates.
  • Fixed default theme refresh cache busting and Kami blockquote styling.
  • Fixed Kami portfolio PDF/PPTX/HTML exports and removed the PNG export option.
  • Added Obsidian plugin reload tooling for local development.
  • Updated project, vault, CSS, and Obsidian Marp skill documentation for the current Marp Extended release flow and syntax behavior.

0.3.0

26 Jun 08:29

Choose a tag to compare

  • Added Obsidian image wiki-link conversion for Marp preview/export, including alt text, image size directives, URL-encoded paths, and unresolved-link fallback.
  • Added installed Marp theme suggestions for the frontmatter theme property.
  • Added Marp slide size preset suggestions for theme/frontmatter editing.
  • Added an Obsidian Marp syntax skill for development guidance.

0.2.0

26 Jun 07:29

Choose a tag to compare

  • Added fit-width Marp preview zoom controls with step zoom, pinch zoom, and zoom state preservation across preview rerenders.
  • Added real Marp CLI export coverage for sample deck exports with managed themes across PDF, PDF notes, PPTX, PNG, and HTML outputs.

0.1.1

25 Jun 18:13

Choose a tag to compare

  • Fixed Obsidian sidebar and command export actions so failures and output paths are visible in Notices.
  • Fixed export path resolution by using Obsidian adapter filesystem paths instead of app:// resource URLs for Marp CLI.
  • Fixed markdown-it engine loading inside Obsidian's renderer by forcing Marp CLI to resolve local engine files through CommonJS during export.
  • Fixed PNG export argument construction to produce a single selected output file.
  • Updated bundled Kami themes to use pixel-based Marp slide sizes for browser image/PPTX export compatibility.
  • Updated fork-owned theme download URLs to shuuul/obsidian-marp-extended.
  • Added a README screenshot and clarified the dev-only audit note.