离线阅读/编辑/添加到 googlecode wiki 的最佳方式

发布于 2024-07-26 21:10:01 字数 297 浏览 4 评论 0原文

经过太多思考后,我终于在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

帥小哥 2024-08-02 21:10:01

经过大量谷歌搜索后,我认为唯一的方法是

下载 wiki 存储库,并通过 Vim 或遵循 wiki 语法的任何文本编辑器手动编辑页面。
然后做一个

hg commit / hg add -- 基于您是否编辑或添加了文件。

进而,

hg推

将您的文件上传到主 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

hg commit / hg add -- based on if u edited or added a file.

and then,

hg push

to upload your files to the main wiki

做个ˇ局外人 2024-08-02 21:10:01

好吧,如果您保存了整个 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文