Skip to main content

embed-html-app

Embed a Hubble HTML App inline inside a Markdown File using an iframe block. Use when an app should be viewed in the context of a document.

Ir a la instalación

Datos de origen

Repositorio
bholmesdev/hubble-skills
Última actividad en el origen
23 de junio de 2026 a las 13:39
Idioma detectado de SKILL.md
inglés
Estrellas
7
Forks
3

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
embed-html-app
description
Embed a Hubble HTML App inline inside a Markdown File using an iframe block. Use when an app should be viewed in the context of a document.
# 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`.
Ver en GitHub