The base64 Encode Images plugin for Coda 2 lets you quickly and easily base64 encode and imbed in images into your HTML or CSS files. Simply select the full path and image in your code, then select ‘base64 Encode Image’ from the Plug-ins menu (or use the keyboard shortcut ‘Cmd + Ctrl + Shift + E’) to automagically replace the path/image with the base64 Encoded image.
The Document Summary plugin gives you the word count, character count and link count of the content of any html or text document as well as a complete summary of the content with a numbered index of all links.
The Arithmetic plugin for Coda 2 computes the value for simple sums and replaces the text.
For example, if you type and then select the following: 960/5-20 and the select ‘Arithmetic’ from the Plug-ins menu (or use the shortcut Cmd, Opt, +), the sum will be replaced with the result (172).
Arithmetic is great when working with CSS, for example when calculating column widths or subtracting padding or margins.
The Create Table plugin has been updated to work with Coda 2. You can download it here: Create Table 2 plugin for Coda 2
The Text Tools plugin has been updated to work with Coda 2. You can download it form here: Text Tools 2 plugin for Coda 2
Twilio allows developers to create voice and SMS applications. Their markup language, TwiML, is very simple, but I find myself from time to time still needing to remember the syntax. So here we have it, an auto-complete mode plugin for Coda so you never have to load up the Twilio docs again.
The Create Table plugin for Coda allows quick markup of HTML tables. The plugin works by typing a ‘shorthand’ description of the table, selecting it, then running the plugin (Cmd+Alt+Ctrl+t).
- [t:5,6] — a plain table with 5 columns & 6 rows.
- [th:4,7] — a table with 4 columns & 7 rows. The first row is the table header.
- [thf:7,4] — a table with 7 columns, 4 rows, a header & a footer.
- [tf:6,5] — a table with 6 columns, 5 rows and a footer.
- PHP syntax validation with jump to error, auto-save
- PHP reformat, configurable
- Tidy HTML, configurable
- HTML validation (via W3C and Tidy)
- Reformat CSS (via CSSTidy and proCSSor)
- CSS W3C validation
- Javascript tidy
- Javascript validation via JSLint
- Javascript minify
- Automatic check for updates
Quickly manipulate text in this the following options:
- Convert to UPPERCASE
- Convert to lowercase
- Convert to Caps Case
- Newline to <br />
- Add Slashes to Quotes
- Strip Slashes from Quotes

