` and `
` tags. 3. I've put only the *minified version* of the **Ace Editor** scripts to the plugin package. To get the full **uncompressed** files go to its [GitHub repository](https://github.com/ajaxorg/ace-builds). = Resource Links = 1. [Ace Editor Main Site](http://ace.c9.io) and [GitHub repository](https://github.com/ajaxorg/ace). 2. [Ace Builds GitHub repository](https://github.com/ajaxorg/ace-builds) with sources. 3. [Ace Editor Demo Pages](https://github.com/ajaxorg/ace-builds/tree/master/demo). 4. [Ace Editor Keyboard Shortcuts](https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts) and [my edition](http://pcadvice.co.nf/blog/ace-editor-shortcuts). 5. Emmet plugin: [Main Site](http://emmet.io), [Documentation](http://docs.emmet.io), [List of Abbreviations](http://docs.emmet.io/cheat-sheet). 6. [Special Emmet package](https://github.com/mortalis13/emmet-for-ace-css) for the Ace Editor. 7. [JS Beautifier](https://github.com/beautify-web/js-beautify/tree/master/js). This plugin's GitHub repository: https://github.com/mortalis13/html-post-editor. = Detected Problems = - When switching to the full-screen mode (F11) and the "Enable full-height editor and distraction-free functionality" Screen option is enabled the post tabbar stays on the front. - If cursor doesn't match its established position (e.g., should be in the line end after the last character but displays with offset to the left) try installing Consolas fonts to the Fonts folder (this problem detected in Windows XP where no Consolas fonts installed by default). Install all 4 types of Consolas (Regular, Bold, Italic, Bold Italic). I've taken them from Windows 7 Fonts folder. == Installation == 1. Upload `html-post-editor` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Open edit post page (add new or edit existing post). 4. Switch to the HTML tab and check the editor loads the HTML source of the post. == Screenshots == 1. HTML view of the post, line highlight and matching tag highlight 2. Multicursor and highlighting of found occurrences of the selected word 3. Search box with RegEx mode (searches for the word with different endings) 4. Emmet abbreviation before 5. Emmet abbreviation after 6. Full screen mode 7. Options page 8. Saving options