Author Topic: Auto Double Spacing in HTML Mode  (Read 6246 times)

Offline asorals

  • Newbie
  • *
  • Posts: 4
Auto Double Spacing in HTML Mode
« on: May 21, 2011, 10:14:06 AM »
Is there any way to eliminate

this double spacing in HTML mode?

Thank you.

Steve

Offline bburg

  • Jr. Member
  • **
  • Posts: 20
Auto Double Spacing in HTML Mode
« Reply #1 on: May 21, 2011, 07:59:46 PM »
Press Shift-Enter instead of Enter.

Offline hce_

  • Newbie
  • *
  • Posts: 6
Re: Auto Double Spacing in HTML Mode
« Reply #2 on: February 28, 2013, 12:52:08 AM »
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.