flems icon indicating copy to clipboard operation
flems copied to clipboard

A single file web playground and sandbox

Results 26 flems issues
Sort by recently updated
recently updated
newest added

Flems doesn't seem to be able to parse the `export ${map} from ${specifier}` format. So this throws: ```js export {default as sequencer} from './sequencer.js' export {extensions} from './integrations.js' ``` And...

https://github.com/porsager/flems.io/issues/20

enhancement

I've found that my students are having a hard time wrapping their heads around these icons and what they do. When they want something to run, they press play, and...

enhancement

Would be nice to re-indent the whole page of code when things end up off from bad pastes and such.

enhancement

I didn't know how you'd feel about such a feature, so I thought it would be best to bring it up here. Multiple HTML files is handy for teaching students...

enhancement

It would be nice to have another option for the console that would make it full height where the html output normally would be. In short: no html output, only...

enhancement

Currently there's some undocumented ways to change and react to changes of an instantiated flems, but this needs a proper reworking, and a user friendly intuitive api.

enhancement

Would make the Typescript language support a lot nicer.

enhancement

Being able to view and set the location hash would make testing apps with routing a lot nicer. For example... ![flems-hash-mockup](https://user-images.githubusercontent.com/11592867/31318108-bc207bf2-ac1a-11e7-81cf-89c519fe4d3a.png)

enhancement

@pygy suggested it would be great to show patches made in remote files. The CodeMirror [merge plugin](https://codemirror.net/demo/merge.html) might be an easy way to achieve this.

enhancement