Summary and Conclusion
You have done well young Padawan. You now possess all of the fundamentals of Movable Type plugin development to create just about anything. Of course the complexity of your config.yaml and your source code will vary with the scope and ambition of your plugin, but the basic pattern has been established for creating any feature in Movable Type:
Layout the structure of your plugin.
Create a
config.yamlfor your plugin that defines its basic structure.Create a
Plugin.pmfile that contains the logic, or source code of your plugin.Document your code.
In subsequent sections of this guide we will discuss additional and more advanced techniques in extending and adding features to Movable Type.

Leave a note
Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.