https://github.com/ember-cli/ember-twiddle
JSFiddle type thing for ember-cli style code
https://github.com/ember-cli/ember-twiddle
developer-tools development-environment ember-cli emberjs playground
Last synced: 7 months ago
JSON representation
JSFiddle type thing for ember-cli style code
- Host: GitHub
- URL: https://github.com/ember-cli/ember-twiddle
- Owner: ember-cli
- License: mit
- Created: 2015-03-07T00:29:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T21:59:50.000Z (about 3 years ago)
- Last Synced: 2025-06-14T04:39:25.756Z (8 months ago)
- Topics: developer-tools, development-environment, ember-cli, emberjs, playground
- Language: JavaScript
- Homepage: https://ember-twiddle.com
- Size: 2.76 MB
- Stars: 267
- Watchers: 21
- Forks: 88
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [ember-twiddle](https://ember-twiddle.com)
[![Build Status][travis-badge]][travis-badge-url] [](https://codeclimate.com/github/ember-cli/ember-twiddle)
An ember cli like web based javascript sharing tool. http://ember-twiddle.com
* Ember Twiddle uses [Github Gists](https://gist.github.com) as persistence layer. Once you hit `Save` on a newly created Twiddle, it will create a public Gist under your Github account.
* If you'd like to help out, check out [CONTRIBUTING.md](CONTRIBUTING.md) We are looking for help maintaining the project. If you have contributed and would like to be made a maintainer, please make a request on the Discord channel or via email.
* Ember Twiddle uses a backend for compiling addons. It is currently located at https://github.com/joostdevries/twiddle-backend
### Browser support
To make using Ember Twiddle secure, we use the [sandbox](http://caniuse.com/#feat=iframe-sandbox) and [srcdoc](http://caniuse.com/#feat=iframe-srcdoc) attributes of the `` element. Especially `srcdoc` is not supported by any version of IE at the moment and older versions of other browsers also lack support for `sandbox`. Furthermore, the sandbox prohibits the use of cookies, localStorage, IndexedDB, Web Workers, etc.
We are planning to move to a secure solution with better compatibility soon (most likely one where the twiddle is run on a different domain).
### Ember support
The latest working version of Ember in Ember Twiddle is 3.4. Feel free to open a PR to extend the supported versions.
## Feedback
You can use the [issue tracker](https://github.com/ember-cli/ember-twiddle/issues) to provide feedback, suggest features or report bugs. Before you open an issue though, make sure you check [canary.ember-twiddle.com](http://canary.ember-twiddle.com) to see whether it's not already fixed on `master`. Of course, you should also check whether an issue doesn't exist already (if it does, use the comments to provide additional input).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
#### Security-related issues
If you run into a security-related issue, please **do not** open an issue for it but instead email security@emberjs.com (preferably with a twiddle demonstrating the issue).
[travis-badge]: https://travis-ci.org/ember-cli/ember-twiddle.svg?branch=master
[travis-badge-url]: https://travis-ci.org/ember-cli/ember-twiddle