This update merely makes the plugin use the latest (2.6.0) library.
A small change was made in config.js, so back that up if you've made your own customisations, and change ConfigYUIBase to be "http://yui.yahooapis.com/2.6.0/build/".
The other change is in load.js, so if you are hosting the YUI scripts locally you'll still need the update.
Download YUI Rich Text Editor for Movabletype 4 v1.1
A new version of the
YUI Rich Text Editor in
MovableType is available, this version adds a new button to your toolbar that will search your entry's text and extract terms that can then easily be added as tags.
Personally, I can never think of proper tags for all my entries, so I created this. Based on an article from Zomie.com, I took the concepts there and added them to the YUI RTE plugin.To enable auto-tagging you will need to get yourself an appid from the Yahoo! Developer Network, but it's very straightforward.Once you have an appid, enter it into the blog plugin config page and a button will be added to your RTE toolbar which, when pressed, will scan your text for terms and present you with a list of suggested tags, which you can then click on to add them to your tags field.Currently only searches the active page (body/extended), so try it on both to get the best results if you are using an extended entry.Download YUI Rich Text Editor for MovableType 4 v1.3
Finally cracked the IE7 issues (I hope! Please let me know if you find anything) and nearly ready to call this version 1.
Download YUI Rich Text Editor for Movabletype 4 v0.9.10Version Notes:
0.9.10- Seem to have fixed the IE7 display issues
- Tweaks here and there for layout in IE
Another update, please see
original
post for details.
Download 0.9.7To-Do:- Add option for local or Yahoo! hosted JS
- Get text area to expand with the iframe if autoheight is on
- Find out what is going on with IE7 and the button problem
0.9.7- Fixed Dirty flag always being true and showing you the "are you sure you want to leave this page" dialog
- Got the turning RTE off and on through MT drop-down working
- Added config file for easy configuration
- Switched to using Yahoo! hosted JS files
- IE7 problem still exists
Updated version, please see original post for details.
VERSION NOTES:
-------------------------------
0.9.5 - Nearly at final
~ Now uses MT's asset managment as an option (default is on)
~ IE7 still throws a wobbly with the toolbar every now and then,
some times it just lays the alignment buttons in column, other
times the buttons are all over the place.
~ Removed the MT convert_breaks drop down as have built in a HTML
editor and having this AND the HTML edit function was not compatible.
~ Form tags are still removed, but the contents left behind, this can be
changed easily, let me know.
Download YUI Editor for MovableType
UPDATE: I've set up a
feed and a
category to help keep up to date
YUI has become my new favourite Rich Text Editor and I have been implementing it left right and center. It's extensability, features and ease of use are unparralled. It made sense for all these features to be available to me in MovableType also but no-one seems to have yet done that. What choice did I have but to do it myself?
Fair few little tweaks here and a change of thinking around the config file.
Major thanks to
Dav Glass (the author of the Editor) for helping me out by pointing out the blindingly obvious and not getting mad at my idiocy!
Download YUI Rich Text Editor for Movabletype 4 v0.9.9Version Notes:
0.9.9- Added 'ConfigYUIBase' to config.js so that you can host the YUI build files locally (this will negate the need for different versions of my plugin)
- Moved to dynamic loading of required JS and CSS files to enable above, stopped short of the YUI loader for performance reasons
- Added a function to config.js with a reference to the editor object that is called after load so that your own customisations can be added
- Added full screen view
- Fixed HTML editor box showing wrong size in FF (still an issue in IE)
- Added insert file option that uses MT's asset dialog (if you have ConfigUseMTAssets set true)
- Rearranged new buttons on menu
- Fixed code to adjust containing DIV that was wrong, but somehow worked. Thanks to Dav.
- Various tweaks and bits to existing code/functions and additional comments
Tiny (but important) update this time, I have added the option for xhtml code to be produced and set that as the default.
Download YUI Rich Text Editor for Movabletype 4 v0.9.8Version Notes:
0.9.8- Added option in config.js for xhtml compliant code. Default is set to xhtml, but other options are available, see the config file for details.