HTML Editor based on CodeMirror's mixed mode syntax with split-screen preview (splitter courtesy of split-pane).
For a Firefox add-on allowing this editor to be opened in new tabs, see htmleditor-addon.
bower install htmleditor
- Bower -> npm
- Update WebAppFind API
- Change from AppCache to Service Worker
- Submit add-on to AMO for full review after:
- Avoid
innerHTML
in CodeMirror component. - Avoid vertical scrolling as seen by AMO editor (page height 24 pixels higher than available window space)
- Window resizing problems: preview area resizes if the window becomes smaller but stays the same when it becomes larger.
- Avoid
- Add theme support from CodeMirror
- Remove WebAppFind support if WAF can't be fixed for latest FF
- Consider other features to apply from CodeMirror
- Allow query string modification of defaults
- Allow loading/saving of default contents
- Allow switching between pre-saved files