Embed HTML App

Embed an HTML app

bholmesdev 446ddc3 524 B Updated

File contents

Embed an HTML app

To embed an HTML app inside of a document, use the app's folder-local .html path with an iframe block:

<iframe src="./file-index.html"></iframe>

The src must be a relative folder-local .html path from the Markdown File.

Inline Embeds resize to fit their content inside the Markdown File. A full-panel HTML App opened on its own relies on normal iframe scrolling instead.

To author the HTML App itself, see create-html-app.

bholmesdev/hubble-skills/tree/main/skills/embed-html-app commit 446ddc3220

Frequently asked questions

npx skillmds@latest add bholmesdev/embed-html-app