Login Password   
My Components      WPTools Help Files      Forum      Contact       

Coda Plugins®

Coda® is definitly the more powerfull code text editor I've ever found for the Apple® Mac OSX® environment.
It is practical, intuitive, fast'n easy to use and, in addition, it allows to add plugins in a real easy way...
You'll find here some really small plugins I've written for my own use. They're not ultra powerfull but just practicall for everyone that is working for web development.
Those plugins are free, so feel free to download them and to share them.
Laurent Taupin.

** NEW **    Multi StylesFreeDownload

MultiStyles allows you to get the power of our three historic plugins in one, including some new functionnalities.
Its functionnalities are simple but really usefull :

Ctrl-Enter : Add a <br /> after the cursor
Ctrl-A : Transform the selection to an A Href
Ctrl-B : Transform the selection to Bold
Ctrl-C : Put Selection in PHP/Javascript Comment
Ctrl-D : Put the selection in a Div Class Style
Ctrl-H : Show This Help
Ctrl-I : Transform the selection to Italic
Ctrl-J : Insert the selection into Javascript tags
Ctrl-K : Put Selection in HTML Comment
Ctrl-N : Insert every tags to create a new HTML page in iso-8859-1 format
Ctrl-P : Put the selection into a Paragraph
Ctrl-S : Put the selection into a Span style
Ctrl-T : Insert the selection inside a Table, tr, td
Ctrl-U : Transform the selection to Underline

If you need to uninstall old Coda Plugins, goto your user folder then to :
Library/Application Support/Coda/Plug-ins
And delete the WPTechnology Plugins you've previously installed.
Download

Make AHrefFreeDownload

MakeAHref is a really simple but practical plugin that transform your selected text into an html link.
For example, you select the words "DOWNLOAD IT" and the result will be : <a href="#">DOWNLOAD IT</a>.
The shortkey Ctr-A is affected to this plugin.
Download

Add StyleFreeDownload

AddStyle is a really simple plugin that allows to quickly add a simple style to a selection : Strong or Em style.
Just select the part you want to modify, then choose "Bold" or "Italic", or simply press the shortcuts Ctr-G or Ctr-I and they'll automaticaly change.
Another great functionality of this plugin is "Add BR". Just press the shortcut "Ctr-Enter" (the Enter key of the regular keyboard, not on the keypad) and it adds a <br /> at the cursor position.
Download

Convert To InputFreeDownload

Convert To Input allows you to transform a selected text into an input which is named with the selection
For example, si you type and select this : firstname and if you choose "Convert To Input Text", You will obtain this : <input type="text" name="firstname" id="firstname" size="40" value="" />
Download