Forums
Forums / Plugin: Post Editor Zen Coding / Word wrapping
(@zipp425)
13 years, 1 month ago
Any way to enable word wrapping?
http://wordpress.org/extend/plugins/post-editor-zen-coding/
(@bainternet)
13 years ago
in general yes but you would have to edit the plugin file js/pezc.js on line 20 where its:
mode: "text/html",
Add:
lineWrapping: true,
so you get:
lineWrapping: true, mode: "text/html",
The topic ‘Word wrapping’ is closed to new replies.