Hansek Reply #1, 3 months, 3 weeks ago
Hi everyone,
some time ago I have done port CodeMirror 2 into MODX Evolution (originaly posted at http://www.modxcms.cz/forums/tema-codemirror-pro-modx-evolution-plugin-aktualizovano-29-1-2012 ).
GitHub repository: https://github.com/hansek/MODX-Evolution-CodeMirror
Install:
Just copy extracted two directories from archive into your MODX Evo root folder.
In second step go to URL of your modx slash install (etc. http://localhost/install/ ). This will install main plugin inside MODX manager.
Problems: If you used plugin EditArea, then disable or delete it!
Changelog:
some time ago I have done port CodeMirror 2 into MODX Evolution (originaly posted at http://www.modxcms.cz/forums/tema-codemirror-pro-modx-evolution-plugin-aktualizovano-29-1-2012 ).
GitHub repository: https://github.com/hansek/MODX-Evolution-CodeMirror
Install:
Just copy extracted two directories from archive into your MODX Evo root folder.
In second step go to URL of your modx slash install (etc. http://localhost/install/ ). This will install main plugin inside MODX manager.
Problems: If you used plugin EditArea, then disable or delete it!
Changelog:
-
2.23 b (2012-04-15)
- fixed bug with rendering of CM on document Content
-
2.23 (2012-03-29)
- updated CodeMirror JS core to 2.23
- fixed problem with bad rendering of CodeMirror on inactive tab
-
2.22 b (2012-03-20)
- Minor fixies of path in plugin
-
2.22 (2012-03-19)
- update to CodeMirror 2.22
- possibility to choose theme via Plugin properties
- render CodeMirror for textarea TVs
-
2.21 b (2012-01-29)
- minor changes (cleanup in markup), ability to choice theme by variable $theme in codemirror.plugin.php