#2: Allow rich text
- Contents
In order to promote more readable posts, we believe that Ploneboard should support rich-text conversation text and reply text.
- Proposed by
- Jon Stahl, ONE/Northwest
- Seconded by
- Marshall Mayer, LiveModern.com
- Proposal type
- User interface
- Assigned to release
- State
- completed
Motivation
In many forums, users wish to write somewhat lengthy messages that would be much more readable if basic formatting (bold, italic, blockquoting) were available.
Proposal
We propose that Ploneboard enable basic text formatting, ideally using the familiar Kupu WYSIWYG editor.
It would be nice (but not essential) to have optional support for reStructuredText or even better, BBCode, which is familiar to many users of other forum systems.
Not sure I like this one either ;)
Having an editor like Kupu available might be an option, as long as it's stripped down a bit and doesn't offer the full range of formatting options.
In my opinion, it's no less readable as plain text. If your forum post *requires* headings, subheadings, image inserts - you should use a document to get your point across instead.
The ideal thing would be to have a simple transform that did the following:
- Any inserted HTTP links are hyperlinked + formatted for display so that the link doesn't exceed 30 characters. The resulting link would look like: http://plone.org/documentation.../introduction
- Any email addresses added would be obscured using HTML entities to offer a rudimentary level of spam protection, and hyperlinked.
That's all that is required, IMO.
Again, this comes down to whether you want to do content management within forum posts (formatting, attachments, the whole enchilada - aka. the CMFBoard approach), or whether you want to make it as easy as possible for people to participate, and keep the content compatible with mailing list integration.