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

3 comments.

  1. That’s huge, thank you!

  2. Thanks, you’re right… It’s not in a totally obvious location on the site. Incredibly handy though! Have a good day.

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

Post a comment.