1

I want to switch from Coda 2 to Sublime Text 2. The only reason I'm stuck in Coda 2 is my long collection of clips of my own.

Any idea on how to convert the clips from Coda to snippets for Sublime Text?

junihh
  • 502
  • 1
  • 9
  • 25

3 Answers3

1

There is an OSX tool called clips2snippets that will help converting your Coda 2 clips into Sublime Text snippets.

Once you have it installed, just run:

clips2snippets gen HTML.clips

Replace HTML.clips with your current clips.

Rubens Mariuzzo
  • 28,358
  • 27
  • 121
  • 148
0

You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory

0

Run this in terminal and clip2snippets will be installed without any error:

sudo gem install clips2snippets

HomTom
  • 558
  • 1
  • 4
  • 12