Display fiddle from a Github repository
This allows you to skip the part of hosting code on JSFiddle and load it directly into the editor from a Github repository.
Demo directory structure
demo.[ js | html | css ] contains fiddle code for the specific panel
demo.details is a description of the demo written in YAML
All fields are optional
Running demo in JSFiddle
URL segments in examples:
framework
– the desired framework to load along the code from repoversion
– substring of the framework version - the last passing will be used. If 1.3 will be given, JSFiddle will use the latest search result. it will favorize 1.3.2 over 1.3.1 and 1.3dependency_list
– comma separated list of dependency substrings. It would mark any dependency containing the substringgithub_tree
– the path to the directory used to display it on github page (withouthttp://github.com/
)
Demo + no JS framework
For no framework and version use library/pure
:
Demo + JS framework with a version
Demo with a preset framework (for example jQuery 3.0):
Example: https://jsfiddle.net/gh/get/jquery/3.0/{github_tree}
This demo is fetched from the following repo:
http://github.com/zalun/jsFiddleGithubDemo/tree/master/Demo/
Demo + JS framework with version + dependencies
Demo with a framework and external resources/dependencies
Example: #TODO
Last updated