Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Custom CSS: Re-use CodeMirror bundled in Core and the new code editor API #7776
Comments
westonruter
referenced this issue
Sep 13, 2017
Open
Custom CSS: allow access to full-width CSS editor #5828
|
I need to improve the extensibility of the control in core first. |
|
As noted by @BinaryMoon, Jetpack and core's Custom CSS currently conflict and cause an error: https://twitter.com/binarymoon/status/909028797504217088 This is not the fault of Jetpack but it is the fault of core not adding the code editor to the control in a way that makes it extensible. I'm going to introduce a |
|
I've opened an initial pull request for core to introduce Please review: xwp/wordpress-develop#257 |
westonruter
referenced this issue
Sep 16, 2017
Closed
[WIP] Add Jetpack CSS support for Code Editor control in core patch #7794
jeherve
added
Custom CSS
[Pri] High
[Type] Enhancement
labels
Sep 20, 2017
dereksmart
added
[Pri] BLOCKER
and removed
[Pri] High
labels
Oct 18, 2017
oskosk
added
the
[Status] Needs Review
label
Oct 23, 2017
|
Resolved in #8028 |
westonruter commentedSep 13, 2017
•
Edited 1 time
-
westonruter
Oct 20, 2017
CodeMirror has just landed in WordPress 4.9-alpha: https://core.trac.wordpress.org/changeset/41376
The Custom CSS extensions in Jetpack should be updated to build on top of the new code editor APIs rather than include separate copies.
For previous Custom CSS work which moved the feature into the Customizer with WordPress 4.7, see #5539.
/cc @georgestephanis