StoneCypher / fsl

Finite State Language specification
9 stars 1 forks source link

Editor share crosslink #506

Open StoneCypher opened 4 years ago

StoneCypher commented 4 years ago

@blackeuler is right - there needs to be a hot code share in the editor (apparently a la ellie, some thing elm has)

This is maybe essentially the same claim @machinshin keeps making in about some doc system that has a hot repl in it, but for social instead of docs, except he never opens a goddamned issue about it so I can never remember what it is

Either way, this would mean the code was far more share-able, so this would be a huge win

This probably also means that the base widget #483 should take a base url for hot-editing, so that the paranoids can have their fucking on-prem

StoneCypher commented 4 years ago

honestly this can just be a ripoff of the code from the viewer share in #181 except to preload the editor instead of a direct render

i don't think there are any valid injection targets because it's just the ace api? gotta look though, shit's tricky

StoneCypher commented 4 years ago

this is pretty close to #391 but different in intent - one's always an editor, the other only optionally so

this kind of obviates #391 actually