#23601 closed enhancement (duplicate)
Use ACE Code Editor for Theme and Plugin editors
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description (last modified by )
Ace is an embeddable code editor written in JavaScript. It's the code editor used on GitHub and is actively developed by Mozilla. Its license is Modified BSD which is compatible with GPL.
The plugin and theme editors in their current state are lame. Upgrading the experience with ACE could lead to a more robust file editing solution in the admin. Perhaps, ability to add files?
Here's the link to the project:
http://ace.ajax.org/
Attachments (3)
Change History (14)
#3
@
12 years ago
Yikes - I completely missed those. If the editors are going to exist, they need a library like this. I guess we'll see what everyone says (again)
#4
@
12 years ago
I made a Markdown post editor as a proof of concept using CodeMirror. I found that CodeMirror had better browser support and it tends to be more stable. There's some discussion about it on Hacker News.
I don't have a preference personally; I went with CM because it's more lightweight. It also seemed to have a better API IMO.
I'm +1 on this.
#5
@
12 years ago
If such thing goes in that it would be great to see a html editor for Text area of wp_editor.
#9
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
No movement here in 3 years, plus this is really a duplicate of #12423 anyway.
Drop me in wp-includes/js