in Mac, Mac apps

Panic’s Coda Bookmarks In Code Navigator

It is mentioned on the Panic site, but it took me ages to find it.

You can add bookmarks or tags to a file that will appear on Coda’s code navigator. Most of the time it’s as simple as an !

CSS:
/* !bookmark */

HTML:
<!-- !bookmark -->

Javascript:
/* !bookmark */ or // !bookmark

PHP:
/* !bookmark */ or // !bookmark

You can of course replace the word bookmark with anything you like.

For a full list:
http://www.panic.com/coda/developer/quicktip/5.php

  1. Thank you so much… I knew there was a way to do this, but I couldn’t find it anywhere in the documentation.

  2. Just a bit of feedback – thanks for your post. This was one of those things that I knew should exists but could not find in the docs. Time saver.

Comments are closed.