What do we think about MicroTiny in CMSMS 2?
Posted: Sat Oct 31, 2015 3:54 pm
I am wondering if I'm the only one who is not too happy about MicroTiny being the only WYSIWYG editor in CMSMS 2.
I do understand why functionality in MicroTiny is restricted (e.g. it is absurd to give editors the opportunity to make their content purple when purple is no part of the design), but I miss several imho legitimate functionalities that TinyMCE (the source for MicroTiny) does supply.
Of course I don't mean any disrespect for the developers, but I feel seriously handicapted by being forced to use MicroTiny in stead of TinyMCE (which can easily be adjusted with just some clicks and settings, so the editor has all -and no more- options as intended) and in fact it is a reason not to upgrade several websites.
I've also been browsing this forum about this and want to mention (not in any special order):
• essential options like source code are only available from a pull down menu in stead of a simple button, which means a more complex interface for the editor (menu bar and buttons) and two clicks in stead of one.
• when I make classes for the editor to use (e.g. small, photo caption, quotation or what ever classes I make for the design) I cannot make them available in MicroTiny. Or did I completely miss the MT Manual?
In one thread we are answered
• there is no paste as plain text; we are advised to paste in Notepad first end then copy from that into MicroTiny.
Of course there is a menu option Clear formatting but when unleashing that on just a few lines of pasted Word-text the HTML-paragraphs themselves are cleaned up alright, but I'm still stuck with this:
Not really a clean up.
• incomplete possibilities to make up images; the CMSMS logo in the MicroTiny example (Extensions > MicroTiny WYSIWYG editor) has align="right", but you cannot see that in the editor, nor can you change it, except when you go to the source and start editing HTML. Then what is the use of a WYSIWYG editor?
• MicroTiny always forces <p>-tags and I can't disable that.
• there's no way to make tables; to me this is as strange as not being able to insert images would be.
I am sincerely wondering if others also think we would be better off with an updated version of TinyMCE (currently TinyMCE doesn't seem to work in CMSMS 2).
Or if there are solutions to the above mentioned. And then I don't mean coding my own MicroTiny templates.
Are others missing other much used functionalities?
Or is everybody else completely happy with MicroTiny?
Frank
I do understand why functionality in MicroTiny is restricted (e.g. it is absurd to give editors the opportunity to make their content purple when purple is no part of the design), but I miss several imho legitimate functionalities that TinyMCE (the source for MicroTiny) does supply.
Of course I don't mean any disrespect for the developers, but I feel seriously handicapted by being forced to use MicroTiny in stead of TinyMCE (which can easily be adjusted with just some clicks and settings, so the editor has all -and no more- options as intended) and in fact it is a reason not to upgrade several websites.
I've also been browsing this forum about this and want to mention (not in any special order):
• essential options like source code are only available from a pull down menu in stead of a simple button, which means a more complex interface for the editor (menu bar and buttons) and two clicks in stead of one.
• when I make classes for the editor to use (e.g. small, photo caption, quotation or what ever classes I make for the design) I cannot make them available in MicroTiny. Or did I completely miss the MT Manual?
In one thread we are answered
Well, good luck on that.You can extend the functionality of MicroTiny (you always have been able to) by copying the template (it's actually a javascript template) to module_custom/MicroTiny/templates and making modifications there.
• there is no paste as plain text; we are advised to paste in Notepad first end then copy from that into MicroTiny.
Of course there is a menu option Clear formatting but when unleashing that on just a few lines of pasted Word-text the HTML-paragraphs themselves are cleaned up alright, but I'm still stuck with this:
Code: Select all
<!-- [if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:RelyOnVML/>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]--></p>
<p><!-- [if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:HyphenationZone>21</w:HyphenationZone>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>NL</w:LidThemeOther>
...
and this goes on for 324 lines
• incomplete possibilities to make up images; the CMSMS logo in the MicroTiny example (Extensions > MicroTiny WYSIWYG editor) has align="right", but you cannot see that in the editor, nor can you change it, except when you go to the source and start editing HTML. Then what is the use of a WYSIWYG editor?
• MicroTiny always forces <p>-tags and I can't disable that.
• there's no way to make tables; to me this is as strange as not being able to insert images would be.
I am sincerely wondering if others also think we would be better off with an updated version of TinyMCE (currently TinyMCE doesn't seem to work in CMSMS 2).
Or if there are solutions to the above mentioned. And then I don't mean coding my own MicroTiny templates.
Are others missing other much used functionalities?
Or is everybody else completely happy with MicroTiny?
Frank