Visual Studio 中的 Wiki 引擎?

发布于 2024-12-10 14:24:20 字数 243 浏览 0 评论 0原文

我已经使用 vimwiki 一段时间了,而且我非常喜欢它。然而,我大部分时间都花在 Visual Studio 上。因此,我想找到一个在 Visual Studio 中工作的基于个人文件的 wiki。它应该是基于文件的,以便页面与我的项目一起存在,并且我可以将它们保存在同一个版本控制存储库中(Mercurial,在我的情况下,如果它有所作为)。

I've been using vimwiki for a while now, and I'm quite liking it. However, I spend most of my time in Visual Studio. I'd therefore like to find a personal file-based wiki that works inside Visual Studio. It should be file-based so that the pages live with my project and I can keep them in the same version control repository (Mercurial, in my case, if it makes a difference).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

神经暖 2024-12-17 14:24:20

您是否尝试过 Wiki on a StickTiddlyWiki

通过使用基于文件的 wiki,您可以将 wiki 与代码一起签入源代码管理。

您还可以使用集成的 Web 浏览器在 VS 中查看它。如果您可以使用相对 file:/// url,您实际上可以从代码中的注释链接到您的 wiki,而无需离开 Visual Studio。

Have you tried Wiki on a Stick or TiddlyWiki?

By using a file based wiki, you could check your wiki into source control alongside your code.

You could also view it in VS with the integrated web browser. If you can use relative file:/// urls, you could actually link to your wiki from comments in your code without ever leaving Visual Studio.

街角迷惘 2024-12-17 14:24:20

或者,您可以使用 Markdown 文件作为源存储库中的文档,并连接 MSBuild/NAnt/NRake/whatever 来运行 Jekyll吐出 html 文档。

或者,如果您在 GitHub 上托管项目,则可以免费获得该项目。

Alternatively, you could use Markdown files as docs in your source repository and wire up MSBuild/NAnt/NRake/whatever to run Jekyll to spit out html docs.

Or, if you hosted your project on GitHub, you'd get this for free.

[浮城] 2024-12-17 14:24:20

如今,您可能会发现基于 Markdown 的 wiki 取得了一些成功(例如 GitHub 支持的 Jekyll 网站发布)。

多产的 Mads Kristensen 提供了一个优秀的 Visual Studio Markdown 编辑器:

Nowadays you would probably find some success with a Markdown based wiki (such as the Jekyll site publishing supported by GitHub).

A good Visual Studio Markdown editor is available from the prolific Mads Kristensen:

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