TinyMCE is the text editor we're using as of Wagn 0.10. It is extremely customizeable, and a lot of that customization can be done in Wagn itself.
Simply edit the *tinyMCE card to your heart's content (on your Wagn — here, you can only edit it if you have the role of Developers). See the TinyMCE configuration documentation to learn about everything that you can do.
Our *tinyMCE card has
auto_resize : true,
...which is why there's a little resize icon at the lower right of edit boxes that you acn click and drag to make them taller or shorter. There's also a line that begins with
theme_advanced_buttons1 : "formatselect,bold,italic,strikethrough,"
...which is why you see the style menu followed by buttons for bold, italics and strikethrough:
You can separate very long lines contained in quotes by putting an endquote and starting a new line with a plus and opening the quote again. We use this trick in our *tinyMCE card to keep theme_advanced_buttons1 and extended_valid_elements from running off the right edge of the card:
Tickets relevant to TinyMCE:
Issue
+issue +solution Tags: Firefox editing cards TinyMCEUser stories
Issue
dated if signed in, name (which links to home page) just like comments does now i guess, and MediaWiki Tags:User stories
Issue
Auto save seems to be totally busted, not working anywhere i've tested it. Just guessing it has to do with TinyMCE Tags:User stories
Issue
editor help text isn't showing up - in forms, ?? timing issue +solution Tags:User stories
Issue
+issue convert pasted html links into wagn format on save make the link editor generate wagn links in the new bracketed format, and remove Target ... Tags:User stories
Issue
On first save, angle brackets save as entities & lt ; and & gt ;. This is probably what's wanted. On clicking edit, they get ... Tags:User stories
Issue
From the old bug system:- style editor issues -- can only use multiple styles when in html view (bold and italic on same words, for example)
- if
User stories
Issue
+issue Format the HTML. If text is selected in Wysiwyg then select the same section when switching to HTML. Tags:User stories
Add +discussion
TinyMCE
*tinyMCE