Monaco editor to edit CSS for Richtext Editor #16708
bjarnef
started this conversation in
Features and ideas
Replies: 0 comments 3 replies
-
I noticed there's a plugin named https://github.com/Pranomvignesh/constrained-editor-plugin |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have a textarea to edit CSS in backoffice for Richtext Editor
However I wonder if we can use Monaco Editor to edit the CSS properties and get syntax highlighting:
microsoft/monaco-editor#953
There's a proof of concept to define a read-only range in the Monaco editor here:
https://gist.github.com/corbane/37c8751b6c60018a03fa4dd3ea48bf3e
Beta Was this translation helpful? Give feedback.
All reactions