Skip to content

Releases: mandolin/obsidian-html-v-editor

HTML V Editor 1.0.6

Choose a tag to compare

@mandolin mandolin released this 03 Jul 02:10

HTML V Editor 1.0.6

  • Fixed modal html-v save flow so edited content persists correctly.
  • Fixed modal Source mode layout and scrolling.
  • Added Cut, Copy, Paste, Paste as plain text, and Select all toolbar actions in the visual editor.
  • Includes recent html-v block size editing and no-op save stability fixes.

Standard Obsidian release assets are attached: main.js, manifest.json, styles.css.

1.0.5

Choose a tag to compare

@mandolin mandolin released this 02 Jul 11:04

Compatibility fix: lower minAppVersion to 1.12.0 so public-channel Obsidian users can find and install the plugin.

1.0.4

Choose a tag to compare

@mandolin mandolin released this 02 Jul 09:28

Marketplace review fix: remove the generic settings heading flagged by automated checks.

1.0.3

Choose a tag to compare

@mandolin mandolin released this 02 Jul 09:18

Marketplace review fix: remove the plugin name from the settings heading while retaining the 1.0.2 automated-check fixes.

1.0.2

Choose a tag to compare

@mandolin mandolin released this 02 Jul 09:04

Marketplace review fixes: remove blocked manifest wording, declare the newer Obsidian API baseline, avoid unsafe innerHTML assignments and document.write, replace direct style assignments, use Setting headings, and keep the release bundle free of dynamic script element creation.

1.0.1

Choose a tag to compare

@mandolin mandolin released this 02 Jul 08:48

Marketplace review fix: remove HugeRTE dynamic script element creation from the bundled release while keeping required HugeRTE assets statically packaged.

HTML V Editor 1.0.0

Choose a tag to compare

@mandolin mandolin released this 02 Jul 08:10

HTML V Editor 1.0.0 Release Notes

中文

HTML V Editor 1.0.0 是面向 Obsidian 社区插件市场准备的首个正式版本。

主要功能

  • 在 Obsidian 中预览、可视化编辑和保存 .html / .htm 文件。
  • 支持 Markdown html-v code block 的阅读模式与 Live Preview 渲染和编辑。
  • 支持 Markdown 中嵌入 HTML 文件,并从预览进入编辑。
  • 内置 HugeRTE 可视化编辑器、Source 编辑模式和安全预览模式。
  • 支持特殊字符选择器、HugeRTE checklist、表格内 checklist。
  • 内置 HTML V Tasks 面板,支持 HTML checklist、html-v block checklist 和普通 Markdown task 的聚合、过滤、分页与回写。
  • 支持 Safe / Sandbox / Trusted 三档预览安全配置。

发布方式

本版本已把 HugeRTE 运行资源打入标准发布资产中,社区插件安装只需要:

main.js
manifest.json
styles.css

验证

npm run release 通过
npm run size 通过
npm audit --omit=dev --registry=https://registry.npmjs.org 通过
versions.json 映射校验通过

English

HTML V Editor 1.0.0 is the first marketplace-ready release for Obsidian Community Plugins.

Highlights

  • Preview, visually edit, and save .html / .htm files inside Obsidian.
  • Render and edit Markdown html-v code blocks in Reading view and Live Preview.
  • Render and edit embedded HTML files from Markdown.
  • Bundle HugeRTE locally with source editing and configurable safe preview modes.
  • Support character map insertion, HugeRTE checklist, and checklist items inside tables.
  • Provide the HTML V Tasks side panel for HTML checklist, html-v checklist, and Markdown task aggregation.
  • Support task filtering, pagination, and write-back.

Release Assets

HugeRTE runtime resources are bundled into the standard plugin assets. The release only needs:

main.js
manifest.json
styles.css