Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 523 Bytes

File metadata and controls

10 lines (8 loc) · 523 Bytes

Enhancement: Add an HTML editor app

We added a new app, web-app-html-editor, that opens .html, .htm and .xhtml files in a CodeMirror source editor with a live preview. The file is loaded and saved over WebDAV by the standard app wrapper, and the document is rendered in a strictly sandboxed iframe (opaque origin, no network egress) with Editor, Split and Preview view modes. The app is registered by file extension and follows the same thin pattern as the text editor.

#13895