Roundcube Community Forum

 

Auto Double Spacing in HTML Mode

Started by asorals, May 21, 2011, 10:14:06 AM

Previous topic - Next topic

asorals

Is there any way to eliminate

this double spacing in HTML mode?

Thank you.

Steve

bburg

Press Shift-Enter instead of Enter.

hce_

or to flip the default modes (shift+enter creates double space) then add the following lines to program/js/editor.js conf var starting at line 23

forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false,

(note, remove that last comma if these are the final three conf entries)

(second note, I've only tested this in v0.8.5)

thanks Roundcube team, well done.