如何在 Coda 中自动插入评论标题?
每当我创建一个新文件时,我希望能够包含一个以我为作者的评论标题和一些版权信息。我怎样才能自动生成这个?
Whenever I create a new file, I would like to be able to include a comment header that has me as the author and some copyright info. How can I automatically generate this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个“剪辑”。剪辑基本上是可以快速插入的预定义代码片段。
“剪辑”按钮位于 Coda 窗口底部的“提示”旁边。
剪辑使快速插入代码块变得非常容易(例如
)。
You could create a "Clip". A clip is basically a pre-defined snippet of code that can be quickly inserted.
The Clips button is along the bottom of the Coda window next to "Hints".
Clips make it really easy to insert a block of code quickly (like
<!Doctype ...>
).