We could probably allow users to store/share plug-in builds in our URL as a hash; e.g. localhost:8000/#base64string. Ideally, I'd like to store as little information necessary, so we shouldn't store the whole pluginDef.
When the page loads, it'll read the hash, expand it, and set our pluginDef to match this information.
We could probably allow users to store/share plug-in builds in our URL as a hash; e.g.
localhost:8000/#base64string. Ideally, I'd like to store as little information necessary, so we shouldn't store the wholepluginDef.When the page loads, it'll read the hash, expand it, and set our
pluginDefto match this information.