wcms icon indicating copy to clipboard operation
wcms copied to clipboard

Color Picker for WCMS

Open alixturcq opened this issue 2 years ago • 1 comments

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 !

alixturcq avatar Mar 21 '23 17:03 alixturcq

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.

vincent-peugnet avatar Mar 21 '23 19:03 vincent-peugnet