Beskrivelse
This is a simple plugin that enables rich text editing on the excerpt field.
If you have any plugins installed which alter TinyMCE, e.g. to add additional
buttons, they will also be applied to the excerpt editor.
Any issues: contact me.
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
Skjermskudd
Installasjon
- Upload
tinymce_excerpt.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Edit a post and enjoy the new rich styles in your excerpts
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
“TinyMCE Excerpt” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “TinyMCE Excerpt” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
v1.32 2010/04/30
- Bug fixes from Eric Zhang (thanks!)
- Should now be compatible with Google’s (Living Stories kit for WordPress)[http://code.google.com/p/living-stories/wiki/WordpressInstallation]
v1.31 2010/05/07
- Fix: Fixed some issues whereby some JS was being called on pages other than the post edit page. Refactored some code, no additional functionality.
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.