Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipelavinz/codemirror-for-post-editor
Code Mirror Editor for WordPress posts
https://github.com/felipelavinz/codemirror-for-post-editor
Last synced: 4 days ago
JSON representation
Code Mirror Editor for WordPress posts
- Host: GitHub
- URL: https://github.com/felipelavinz/codemirror-for-post-editor
- Owner: felipelavinz
- License: other
- Created: 2013-03-02T02:20:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T00:54:08.000Z (over 9 years ago)
- Last Synced: 2024-10-17T08:51:47.972Z (20 days ago)
- Language: JavaScript
- Homepage: http://wordpress.org/plugins/codemirror-for-post-editor/
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
=== CodeMirror for Post Editor ===
Contributors: felipelavinz
Tags: post, editor, code, html, writing
Requires at least: 3.5
Tested up to: 3.9
Stable tag: 0.4.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.htmlWrite beautiful HTML code using the CodeMirror component for your WordPress posts.
== Description ==
This plugin adds an editor button that will let you use the great [CodeMirror](http://codemirror.net) editor to edit the HTML code of your posts.
This editor supports code coloring and automatic tag closing on a big editor that will let you write beautiful code on your WordPress posts.
Probably the best choice if you need to use complex HTML on your posts, or just enjoy writing in plain HTML.
== Installation ==
1. Upload the plugin
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Done! You can use it== Frequently Asked Questions ==
= What browsers can run CodeMirror? =
The following desktop browsers are able to run CodeMirror:
* Firefox 3 or higher
* Chrome, any version
* Safari 5.2 or higher
* Opera 9 or higher (with some key-handling problems on OS X)
* Internet Explorer 8 or higher in standards mode.
* Internet Explorer 7 (standards mode) is usable, but buggy.= How can I contribute with an idea or feature request? Where can I report bugs? =
Checkout my [project repository on GitHub](https://github.com/felipelavinz/codemirror-for-post-editor)
== Screenshots ==
1. You can use the CodeMirror editor activating the editor toolbar icon
2. The editor opens on a big and wide dialog, so you can focus on your code== Changelog ==
= 0.4.1 =
* Backwards compatibility fix for WordPress 3.8
= 0.4 =
* Fixed for compatibility with WordPress 3.9
* Optimized loading of some scripts
* Changed the toolbar icon for one of WordPress Dashicons
* Some very minor styling fixes= 0.3 =
* Updated CodeMirror version to 3.2.0
* Fixed z-index issues with the new WordPress image library (and... using the new library methods instead of the old uploader)= 0.2.1 =
* Load scripts on all post-types
= 0.2 =
* Fixes uncorrect line breaks inside lists and other elements
= 0.1 =
* First working version, fairly complete