Skip to content

Releases: smcllns/obsidian-plugin-html-docs

1.1.2

15 May 02:22

Choose a tag to compare

What's Changed

  • fix: Add Obsidian release health checks by @yolo-sam in #4
  • docs: Document HTML usage tradeoffs by @yolo-sam in #6
  • feat: Inject Obsidian theme tokens into HTML docs by @yolo-sam in #8
  • Add HTML Docs authoring skill release artifact by @yolo-sam in #7

Full Changelog: 1.1.1...1.1.2

1.1.1

13 May 18:14
14ef712

Choose a tag to compare

What's Changed

  • fix: Update plugin description for directory review by @yolo-sam in #3

Full Changelog: 1.1.0...1.1.1

1.1.0

13 May 17:44
8992ee4

Choose a tag to compare

What's Changed

  • feat: Render HTML files in embeds and Canvas by @yolo-sam in #2

New Contributors

Full Changelog: 1.0.3...1.1.0

1.0.3

12 May 17:56

Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.2

12 May 17:52

Choose a tag to compare

Clear three marketplace review warnings (document → activeDocument, drop `as any` cast, replace builtin-modules with node:module). No user-visible changes.

1.0.1

12 May 17:42

Choose a tag to compare

Rewrite the marketplace description to remove the word 'Obsidian' (redundant per marketplace policy). No code changes since 1.0.0.

1.0.0

12 May 17:21

Choose a tag to compare

Initial release. View .html files inside Obsidian, with JS execution inside a sandboxed iframe (opaque origin — no access to vault, Obsidian, or parent window).