Open
Description
Things to do for our HTML editor:
- be able to add and remove HTML tags
- be able to edit HTML attributes
- be able to edit and add string inputs
- Tree view drag and drop #279
- Adding the class attribute causes the styling to get dropped #228
- Open HTML editor with the root automatically selected #251
- Indicate which element is selected #252
- HTML + CSS export (using configurable class) #209
- Add href and alt to img element #277
- Add all elements to combobox #278
- Sticky control panels so you can scroll the canvas separately #280
- Convert raw strings in HTML schema to an object with type "text" #281
- custom inputs for certain HTML attributes (like SVG)
- security, make sure we can't get XSS or anything