This is a plugin for Obsidian that adds support for embedding HTML files.

You can download demo vault to see usage examples.
You can embed HTML pages from files with following extension:
htmhtmlshtmlxhtxhtml![[file.html]]
![[file.html|400]]
![[file.html|400x300]]
![[file.html#foo]]
or
![[file.html#foo&mode=scroll]]
![[file.html#foo&mode=extract]]
The plugin is not available in the official Community Plugins repository yet.
To install the latest beta release of this plugin (regardless if it is available in the official Community Plugins repository or not), follow these steps:
Add plugin button once and wait a few seconds for the plugin to install.By default, debug messages for this plugin are hidden.
To show them, run the following command in the DevTools Console:
window.DEBUG.enable('embed-html');
For more details, refer to the documentation.
See my other Obsidian resources.