Peter Klein

Results 3 issues of Peter Klein

Currently the table layout has a lot of buttons for sorting rows (move up/down one step at the time) and is not very user-friendly. We could add (optional) row drag&drop...

enhancement
question
needs feedback
2.x

If anyone got a good Schema and/or JavaScript examples that show off some of the more advanced features of JSON-Editor, please post it here on the [JSON-Editor Interactive Playground GitHub](https://github.com/pmk65/jedemov2)...

help wanted

Doesn't distinguish between classes and ids. Example: ``` const purifycss = require("purifycss-extended") let content = '' let css = '.myselector {color:black;} #myselector {color:red;} .nomatch {color:blue;}' let options = {} console.log(purifycss(content,...