具有搜索功能的跨平台帮助查看器

发布于 2024-08-06 04:57:01 字数 213 浏览 11 评论 0原文

我正在寻找像 Windows CHM 这样的帮助查看器,它基本上支持

  1. 以 HTML 格式添加内容
  2. 定义目录体面的
  3. 搜索

它应该适用于 Windows、Mac 和 Linux。另外,还支持生成可以在任何浏览器中查看的“纯 HTML/javascript”版本(尽管没有搜索支持)。

语言偏好:Python

I am looking for a help viewer like Windows CHM that basically provides support for

  1. adding content in HTML format
  2. define Table of Contents
  3. decent search

It should work on Windows, Mac and Linux. Bonus points for also having support for generating a "plain HTML/javascript" version that can be viewed in any browser (albeit without search support).

Language preference: Python

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

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

发布评论

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

评论(2

一生独一 2024-08-13 04:57:01

wxHtmlHelpController,它是 wxWidgets,是 HtmlHelp 的跨平台查看器。

我不确定从非 wxWidgets 程序中使用它有多容易,但我认为这是可以做到的。

wxHtmlHelpController, which is part of wxWidgets, is a cross-platform viewer for HtmlHelp.

I'm not sure how easy it is to use it from a non-wxWidgets program, but I think it can be done.

面如桃花 2024-08-13 04:57:01

wxHtmlHelpController 不支持页面内的任何脚本,也不支持 css。

wxHtmlHelpController doesn't support any scripting within pages, nor does it support css.

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