CKEditor 3.6 inroduces the long anticipated feature of turning autoparagraphing off by adding the following configuration setting:

config.autoParagraph = false; (default:true)

A checkbox in the GUI to toggle this feature on/off could be useful to many users.
This checkbox should ideally only be visible on systems with CKEditor ≥ 3.6 installed.

Comments

mkesicki’s picture

Status: Active » Postponed

Hi,
@martijn.tsas thanks for report this. We will think about your idea but it sounds reasonably.

Danzki’s picture

Where would i put this code?

I would really like CKeditor to turn one return into and two returns into

.

dczepierga’s picture

@Danzki, u can put this code in CKEditor profile (which u use for this textarea) -> Advanced settings section -> Custom JavaScript configuration.

Greetings

fuzzy76’s picture

+1

Summit’s picture

Hi, Will this also work on D7 please? Where can I get this setting please? In which file?

Edit: May be I found it on: ckeditor\_source\plugins\wysiwygarea\plugin.js

Thanks a lot in advance for your reply!
Greetings, Martijn