Slugger

Note: This post is over a year and a half old. You may want to check later in this blog to see if there is new information.

A new Wordpress plugin was brought to my attention last night, called Slugger. It let’s you put a slug (the name of your post as it will show up in your permalink) right into the content of your post using a simple tag that will be hidden when the post displays. This makes it really easy to add a slug when posting from external editors like Ecto or TextMate, which don’t have built in support for the slug header, mostly because the Wordpress xmlrpc doesn’t include it.

I’m working on an xmlrpc addition to it that will add the option without taking away its current functionality. That way if a blogging client feels like adding a Slug: header and interface entry, it should be possible. I’ll see what the author thinks…

» » » » » »

Comments are closed

Comments are currently closed on this entry.
  1. Colin D. Devroe 11.07.06 / 8am

    Hey, thanks for the link to Slugger! Hopefully it will “hold you over” until you’re able to make the proper additions to WordPress’ XMLRPC (or the MetaWeblogAPI).