开发者

Coda Snippet Sync

I've been trying to rack my head around making a coda plugin for syncing coda's clips to snipplr.com, coda is such a great app, but the inability to sync my hand crafted snippets is really irritating especially when you are out and about with a laptop!

I was wonder开发者_开发知识库ing if anyone has any experience in developing such a plugin, or even had any success with syncing snippets across computers?

Hope you guys can help!


I don't think it is doable at this time...

I wanted to do the same but it looks like the clips are stored in this (binary?) file: /Applications/Coda.app/Contents/MacOS/Coda

The Panic team will have to create an altenate location for this and also the sites database... it would be really nice if we could sync all our settings/sites/connections/clips and sync them via dropbox

let's not hold our breath... try my recommendation for syncing snippets/clips:

https://stackoverflow.com/questions/4101/where-do-you-store-your-code-snippets/2944840#2944840


Combining information I found here on where Clips are stored: https://github.com/bobthecow/codaclips/pull/1#issuecomment-6023192

~/Library/Application Support/Coda 2/

With how to make a symlink:

ln -s /Users/[username]/Google\ Drive/Clips /Users/[username]/Library/Application\ Support/Coda\ 2

You could replace the path to Google Drive to other services such as Dropbox as well. Just symlink it.

Thats how I sync my clips across computers. Hopefully that helps someone else. Note: this will sync all clips, not just specific groupings. You could apply the same logic to Sites and other settings as well if you wanted.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜