尾声片段同步
我一直在绞尽脑汁地制作一个 coda 插件,用于将 coda 的剪辑同步到 snipplr.com,coda 是一个非常棒的应用程序,但是无法同步我手工制作的片段真的很烦人,尤其是当你外出时一台笔记本电脑!
我想知道是否有人有开发此类插件的经验,或者甚至在跨计算机同步片段方面取得过成功?
希望大家能够帮忙!
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 wondering 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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为此时不可行...
我想做同样的事情,但看起来剪辑存储在这个(二进制?)文件中:
/Applications/Coda.app/Contents/MacOS/Coda团队必须为此创建一个备用位置以及站点数据库...如果我们可以同步所有设置/站点/连接/剪辑并通过 dropbox
让我们不要屏住呼吸...尝试我的推荐 同步片段/剪辑:
https://stackoverflow.com/questions/4101/where-do-you-store-your-code-snippets/2944840#2944840
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
结合我在这里找到的有关剪辑存储位置的信息: https://github.com/ bobthecow/codaclips/pull/1#issuecomment-6023192
如何创建符号链接:
您也可以将 Google Drive 的路径替换为其他服务(例如 Dropbox)。只需符号链接即可。
这就是我在计算机之间同步剪辑的方式。希望这对其他人有帮助。注意:这将同步所有剪辑,而不仅仅是特定的分组。如果需要,您也可以将相同的逻辑应用于站点和其他设置。
Combining information I found here on where Clips are stored: https://github.com/bobthecow/codaclips/pull/1#issuecomment-6023192
With how to make a symlink:
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.