Holiday and a lot of catch-up work interfered, so I am a bit late with the news: Six Apart launched a beta version of the new Movable Type Theme & Plugin directory and a thoroughly renovated www.movabletype.com. Â It looks gorgeous.
Recently in Plugins Category
I just released a little plugin I needed for another project. Â It adds a 'bitlyfy' template tag modifier to Movable Type that lets you turn any URL into a bit.ly shortened URL directly in your Movable Type template code. Â Simply add bitlyfy="1" to any template tag that outputs a URL, and it will output a bit.ly link instead. Â Download the Bitlyfy Plugin here, docs and source are here.
I recently needed a quick way to use the values of a number of configuration directives in my mt-config.cgi file directly in a template. Â So I created a little plugin that adds an <mt:configdirective> tag to Movable Type. Â You can use it to do things like <mt:configdirective name="SearchThrottleSeconds"> for example. Â Warning: it can also be used to expose your database password etc., so don't install this plugin on a system where anybody can edit the templates. Â The plugin can be downloaded here:Â https://github.com/mschenk/mt-plugin-configdirective
Mark Carey from MT-hacks has announced a Bootstrap-based theme for Movable Type. Â If you don't know Bootstrap yet, it is a collection of stylesheets and javascript files that you can use to quickly put together a great-looking website using pre-made elements. Â The theme can be downloaded here. Â Documentation is still incomplete at this time, but I'm sure that will change soon.