离线阅读/编辑/添加到 googlecode wiki 的最佳方式
经过太多思考后,我终于在 googlecode 上开始了我的项目。 我最喜欢 googlecode 的最佳功能之一是 wiki 的修订控制,我可以在本地离线添加/编辑 wiki 页面,然后稍后提交/推送。
我已将 wiki 拉到我的本地存储库,是否有任何好的 googlecode-wiki-toolbar-attached 编辑器用于 googlecode wiki,因为据我所知,每个 wiki 都有自己的编写语法。
或者,如果有人也在使用 wiki.code.google 的本地存储库,那么他们在编写在线协作文档时遵循什么做法。
I finally after too much of pondering started my project on googlecode. One of the best features I liked about googlecode was the revision control for wiki, where I can add/edit the wiki pages locally offline and then commit/push later.
I have pulled the wiki to my local repository, is there any good googlecode-wiki-toolbar-attached editor for googlecode wiki, as from my knowledge evey wiki has its own syntax for writing.
Or if someone is also using a local repository for wiki.code.google, what practice are they following for writing the document for online collaborations.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
经过大量谷歌搜索后,我认为唯一的方法是
下载 wiki 存储库,并通过 Vim 或遵循 wiki 语法的任何文本编辑器手动编辑页面。
然后做一个
进而,
将您的文件上传到主 wiki
After lot of googling, I think the only way is
download the wiki-repository, and edit pages manually through Vim or any text editor following the wikiSyntax.
Then do an
and then,
to upload your files to the main wiki
好吧,如果您保存了整个 wiki,您不能在浏览器中打开它并像其他 Wiki 一样对其进行编辑吗?
Well, if you have saved the whole wiki, can't you open that up in your browser and just edit it like any other Wiki?