Skip to content

Releases: sunxiaoqiqi/html-visual-editor-obsidian

0.1.1

09 Jun 02:50

Choose a tag to compare

HTML Visual Editor adds a visual editing view for .html and .htm files Open an HTML file from the file menu or command palette, edit the page with visual controls, and save changes directly back to the same vault file. It supports element selection, drag and resize, text editing, tables, image insertion, layout tools, and source preview.

The plugin is designed for local vault workflows. It removes browser extension file picker and save-as flows, so Save always writes to the currently opened Obsidian file through the vault API.
HTML Visual Editor 可视化编辑 .html / .htm 文件。右键 HTML 文件打开编辑器后,可以像页面编辑器一样选择、拖拽、调整大小、编辑文本、插入表格和图片。点击保存或按 Ctrl+S / Cmd+S 会直接覆盖当前 vault 中的原文件,不再弹出另存路径选择。