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
The Un-Encode Entities plugin reversed the action of the Contextual Menu Item “Encode Entities”. So if you have the following:
<p>
it will convert it back to:
<p>
