有哪些工具可用于编辑联机帮助页,即 GUI WYSIWYG 编辑器(任何平台)

发布于 2024-12-09 08:30:44 字数 87 浏览 0 评论 0原文

是否有任何像样的 GUI(图形用户界面)所见即所得(所见即所得)编辑器(在任何平台上)可用于创作/编辑手册页?一个可以导出为 troff 格式的应用程序也可以。

Is there any decent GUI(Graphical User Interface) WYSIWYG(What You See is What You Get) editor (on any platform) that can be used for authoring/editing manpages? An app that can export to the troff format would also be fine.

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

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

发布评论

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

评论(3

夏日浅笑〃 2024-12-16 08:30:44

NroffEdit 最初是为了编写 RFC 而创建的,但因为它们就像手册页一样,位于 troff 格式,我想你可以用它来实现。

NroffEdit was originally created for writing RFCs, but since they're, like man pages, in troff format, I guess you could use it for that.

铃予 2024-12-16 08:30:44

有一个 mdoc 格式的手册页在线编辑器:http://roperzh.github .io/grapse/

Mdoc 是手册页的语义标记。它已经存在了大约二十年,并受到 Linux 和其他类 Unix 操作系统的支持。您应该更喜欢 mdoc 而不是 troff

There is an online editor for man pages in mdoc format: http://roperzh.github.io/grapse/

Mdoc is a semantic markup for man pages. It has been around for about two decades and supported by Linux and other Unix-like OSes. You should prefer mdoc to troff.

月下凄凉 2024-12-16 08:30:44

你想要 ronn

Ronn 制作手册。它将简单的、人类可读的文本文件转换为用于终端显示的 roff,以及用于网络的 HTML。

它不是所见即所得,但它确实可以让您导出普通文本文件。由于 nroff 不支持任意定位的文本,因此它已经是最好的了。

You want ronn.

Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web.

It's not WYSIWYG, but it does let you export normal text files. Since nroff doesn't support arbitrarily positioned text that's about as good as it gets.

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