Topic: Suggestion - text only edit tag

Hi,

I'm currently evaluating SimpleCMS and wanted to suggest the ability to define an editable area where the user can only add plain text.

Example:

Assume the HTML source contains <div "class=edit-text">Foo</div>

This would allow the user to change it to <div "class=edit-text">Foo</div> but not <div "class=edit-text"><p>Foo</p></div>

Ideally, line breaks would be allowed when editing and converted to <br/>

Re: Suggestion - text only edit tag

SimpleCMS currently adds rich text editing to block element and simple rich text (as good as plain text like your example above) to inline element.