wcms
wcms copied to clipboard
Color Picker for WCMS
Would be cool to add a color picker, or a color library so it doesnt interrupt the styling flow when deciding on a color to put on an element !
I assume you're talking about the CSS editor view ?
The JS library for the editor is CodeMirror 5. What would do the job seems to be a sort of CodeMirror Extension, like : https://github.com/kode-team/codemirror-colorpicker But, there is a plan for, one day, update CodeMirror to V6, which will break many things, and it seems that the colorpicker I've linked only support V5.
Personally, I always use Firefox or Chromium devs tools to edit CSS as they have all of those tools included.