Display fiddle from Gist
Read a demo from Github Gist and present it as a fiddle.
Gist files structure
File name
Description
fiddle.[js/html/css]
Contains fiddle code for the specific panel
fiddle.manifest
YAML description of the Gist for JSFiddle to parse
Manifest file example
All fields are optional.
Manifest fields
panel_html
– Language for HTML panel. Accepts:0
– HTML
panel_css
– Language for CSS panel. Accepts:0
– CSS1
– SCSS
panel_js
– Language for the JS panel. Accepts:0
– JavaScript1
– CoffeeScript2
– JavaScript 1.7
resources
– List of external resources.name
– Fiddle titledescription
– Fiddle descriptionnormalize_css
– Normalize CSS by loading normalize.css before any CSS declarations.yes
– normalizeno
– don't normalize
wrap
– Set the JS code wrap. Options:l
– On loadd
– On DOM ready
Field
Description
name
description
normalize_css
wrap
Last updated