jordandelozier / wysibb

WYSIWYG BBcode editor
http://www.wysibb.com
246 stars 86 forks source link

Add an option to convert newlines (\n) to linebreak BBCode ([br]) #157

Open Tedzx opened 8 years ago

Tedzx commented 8 years ago

Have the option for the WYSIWYG editor to insert the [br] BBCode tag instead of inserting linebreaks into the BBCode.

From

[b]Line 1[/b]
[i]Line 2[/i]

To

[b]Line 1[/b][br][i]Line 2[/i]

WYSIWYG View: Line 1 Line 2

This allows for finer-grained control of linebreaks and when combined with a server-side parser that takes advantage of this, allows for better structured and more expressive BBCode without messing with the final result.