20Apr/061
Quickcode WordPress Plugin
I released my first WordPress plugin last night! It's a script that hides/unhides and slightly formats blocks of code. I use it heavily on this site. Here's an example:
<style type='text/css'>
a.dirtycode {
padding-left: 20px;
background: url('/wp-includes/images/dirtycode.gif') no-repeat;
}
</style>You can read more abou the plugin here: QuickCode.



May 13th, 2006 - 11:36
Great Plugin,thks. I have some modifications for you that will allow this to work with the new Widgets Plugin.