Is there a configuration setting that changes the html editor's html generation so that it uses <br> tags instead of <p> tags for new lines? I guess this is a tinyMCE related problem and it might not be addressable here. I find it a little annoying that pressing enter spreads things out so much. I have been using plain text as my default because of that.
Other than that one issue, I very much enjoy using roundcube, and I want to take the moment to thank all the developers for contributing.
Thanks, Marcus Wu
Hey Marcus,
On 6/20/07, riptide riptide@digitaltorque.com wrote:
Is there a configuration setting that changes the html editor's html generation so that it uses <br> tags instead of <p> tags for new lines? I guess this is a tinyMCE related problem and it might not be addressable here. I find it a little annoying that pressing enter spreads things out so much. I have been using plain text as my default because of that.
Try "shift+enter".
Cheerio, Till
Other than that one issue, I very much enjoy using roundcube, and I want to take the moment to thank all the developers for contributing.
Thanks, Marcus Wu
riptide wrote:
Is there a configuration setting that changes the html editor's html generation so that it uses <br> tags instead of <p> tags for new lines? I guess this is a tinyMCE related problem and it might not be addressable here.
This is no problem, it's expected like that by design. If you press Enter you start a new paragraph, that's the same in OpenOffice and MsWord. If you just wanna have a break in the paragraph you can use Strg+Enter (also the same in OO and Word).
Mike
In program/js/editor.js, there is a call to tinyMCE.init() that sets all of the configuration options. There are a couple options that I'm not specifying that might be of interest to you:
force_p_newlines force_br_newlines
Check out the TinyMCE wiki http://wiki.moxiecode.com/index.php/TinyMCE:Configuration for details.
riptide wrote:
Is there a configuration setting that changes the html editor's html generation so that it uses <br> tags instead of <p> tags for new lines? I guess this is a tinyMCE related problem and it might not be addressable here. I find it a little annoying that pressing enter spreads things out so much. I have been using plain text as my default because of that.
Other than that one issue, I very much enjoy using roundcube, and I want to take the moment to thank all the developers for contributing.
Thanks, Marcus Wu