Change Log
v1.31 2008/04/08
- Fix: Fixed some issues whereby some JS was being called on pages other than the post edit page. Refactored some code, no additional functionality.
- OOPS: Managed to copy the readme file over the main php file in a recent tweak of the documentation for this release. Fixed now.
v1.3 2008/04/08
- Fix: Now works with WordPress 2.5. Thanks to J Bradford Dillon
for reporting the issue & providing some code. Retains backwards compatibility for previous versions of WordPress.
v1.2 2007/11/23
- Fix: Thanks to Jascha Ephraim for spotting
and providing code to fix an issue where the excerpt content wasn't
auto-paragraphised. It is now.
Known issues / bugs
Please report any issues that you find.
- In WordPress versions prior to WordPress 2.5, when you click the "advanced toolbar" button, the advanced toolbar shows up on the
Content, rather than the excerpt. Reported by Jorge Villalobos
- You can’t send images to the excerpt editor from the edit page file browser;
you have to send them to the main editor, then copy and paste.
- To show the excerpt you have to use a template which uses
the_excerpt, rather
than the_content.
Requests
I'm simply noting requests here, I've not necessarily looked into how possible any of these are or how much effort they might require.
- It would be great if you could switch between TinyMCE and Quicktags as the content does. Requested by Jorge Villalobos