January 4, 2006

New MT Plugins Installed

We have installed the following plugins for Movable Type

  • PerlScript Plugin — <MTPerlScript> is a tag for Movable Type templates. If you know how to write Perl code, this custom tag gives you remarkable flexibility in producing pages from Movable Type. You can literally do any kind of manipulation you can think of using your Movable Type data.

  • MTMacro — Sometimes it's nice to get a lot for a little. Macros let you do that. Instead of typing laborious HTML as you write your entries, a macro can do all the work for you so you can concentrate on writing. Perhaps you want to use a set of icons within your posts but don't care to write tags all day long. Or maybe you'd like to link up to Google queries without having to type out the full URL. This plugin allows you to do that and much more.

  • LinkEntryToFile — LinkEntryToFile is a plugin that modifies the interface of Movable Type. When the plugin is installed, you can specify a file on your server to link to the Entry Body or Extended Entry field. The linked file will be kept in sync with the entry, so that you can edit it in an external editor.

    This plugin basically takes MT's handy "Link this template to a file" feature and applies it to entries. When using MT to manage certain types of content, especially content that contains extensive HTML formatting, it's useful to be able to use your favorite text-editing application, with syntax highlighting, Undo, search and replace, etc., without having to repeatedly copy and paste into the MT entry screen.

  • TextWrap — This plugin implements template tags and a global tag attribute for displaying text wrapped into lines of a specified length.

  • Loop — This plugin implements a set of template tags for looping through a list of values, repeating a portion of a template for each value in the list.

  • Columnize — This plugin implements a set of template tags for displaying text in multiple columns. Your text will be broken up into approximately equal portions, and the HTML formatting you specify (i.e. a table cell) will be repeated once for each portion.

  • DateTags — This Movable Type plugin implements a set of template tags related to calendar dates.

  • BigPAPI — Movable Type provides a powerful API that allows developers to extend its functionality. Plugins can add tags to MT's templating system, or create full-fledged applications that interact with the MT database.

    One missing piece of the API, however, has been the ability for plugins to modify MT's own interface—the screens you see when using Movable Type to manage your content.

    BigPAPI is intended to fill this gap. It provides hooks so that other plugins can access and alter any page of the MT interface before it's displayed to the user. In effect, it enlarges the Plugin API—hence the name BigPAPI.

    Unless you're a developer, that's probably all you need to know. The best way to get an idea of the kinds of things BigPAPI enables plugins to do is to install one or more of the plugins that have already been developed.

New MT Plugins Installed - posted by Vicki at Wed, 04 Jan, 15:29 Pacific | «e»