具有搜索功能的跨平台帮助查看器
我正在寻找像 Windows CHM 这样的帮助查看器,它基本上支持
- 以 HTML 格式添加内容
- 定义目录体面的
- 搜索
它应该适用于 Windows、Mac 和 Linux。另外,还支持生成可以在任何浏览器中查看的“纯 HTML/javascript”版本(尽管没有搜索支持)。
语言偏好:Python
I am looking for a help viewer like Windows CHM that basically provides support for
- adding content in HTML format
- define Table of Contents
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
wxHtmlHelpController 不支持页面内的任何脚本,也不支持 css。
wxHtmlHelpController doesn't support any scripting within pages, nor does it support css.