WebKit in Coda - CodaKit
September 16, 2007
Like Smultron and TextMate, Panic’s Coda previews HTML using WebKit. Although it already has a JavaScript debugger and a DOM inspector, in my trial of the “one-window” web developer I could never inspect the CSS or the metrics of each element inline with the rest, and there was no way to even search the code. The new Web Inspector adds these capabilities to Coda, and more...
1.Download a nightly build of WebKit and put it in your folder /Applications.
2.Open Terminal.app and enter
defaults write com.panic.Coda \WebKitDeveloperExtras -bool true
3.Download CodaKit and put it anywhere you want, and then you can drag it to your dock. Launching CodaKit will open Coda with the nightly WebKit, and then you can right-click in the Preview pane and choose “Inspect Element”!