Jed Fox
Jed Fox
Plus, we need to figure out collaboration. Maybe we just block multiple people from editing the same text element at the same time so we don’t have to merge edited...
Or… what if we rendered the wysiwyg text as transparent and just rerendered on keystroke? Then we would just use the wysiwyg to position the cursor and handle text input,...
We could replace the font/text/fill/etc properties with a single `content` array consisting of objects containing those keys, which could be translated back and forth from the HTML representation and more...
See also #346.
This does require UI changes since we currently only display one diff at a time in the main panel. There would have to be some sort of UI to allow...
Another alternative (which I tried to code up but was unable to get working right) would be to run a client-side check to immediately show the “must be < 2MB”...
/template duplicate --num 123
This is related to #
This is related to #5
If you’re able, can you push what you have for MDX 2 so far to your GitHub? I didn’t really start looking into fixing bugs, so if you did even...