如何创建一个创建新站点的 Coda 插件?
我正在使用 Coda 进行网络开发。我经常在 ~/Sites
文件夹中创建新网站。我总是在 Coda 中输入相同的信息,除了站点名称及其存储目录之外。是否可以创建一个插件(在 Cocoa 或 ShellScript 中)来自动执行此操作(这样我就不需要一遍又一遍地输入所有 FTP 内容等)?
提前致谢。
I'm using Coda for web developement. I often create new sites in my ~/Sites
folder. I always enter the same information in Coda, except for the name of the site, and the directory where it's stored. Is it possible to create a plug-in (in either Cocoa or ShellScript) which automates this (so I don't need to enter all FTP stuff etc... over and over again)?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一种简单的方法是:只需使用您通常输入的内容创建一个通用网站。然后
当您想要创建新网站时,右键单击通用网站并说复制。您无法为该过程编写 shell 脚本,因为您需要访问 Coda 的内部工作原理。
@Joshua 我认为 Koning 正在谈论在 Coda 本身内创建“站点”的过程,如下所示:
http://andrewcerniglia.com/blogImages/77437/Coda_addSiteFTP.jpg
One easy way to do it: just make a generic site with the things you normally type in. Then
when you want to create a new site, right-click on the generic site and say duplicate. There's no shell script you can write for the process, because you would need access to Coda's inner workings.
@Joshua I think Koning is talking about the process of creating a 'Site' within Coda itself, which looks like this:
http://andrewcerniglia.com/blogImages/77437/Coda_addSiteFTP.jpg
有一个插件。它应该做你正在寻找的事情。如果没有,类似措辞的 Google 搜索会出现这个 Coda 插件开发页面。
There's a plugin for that. It should do what you're looking for. If it doesn't, a similarly-worded Google search turns up this Coda plugin development page.