Version 4 of dgw::hyperhelp

Updated 2020-02-05 02:12:12 by JeffSmith

Name

dgw::hyperhelp - hypertext help system

Description

DDG 2020-02-01: dgw::hyperhelp is a hypertext help system using a Wiki/Markdown like markup language, based on A Hypertext Help System which was cleaned up, extended and documented - HTML - manual links see below. Here an example help page for explaining the hyperhelp markup https://chiselapp.com/user/dgroth/repository/tclcode/doc/tip/dgw/help.txt

The help browser system displays a nice table of contents table in a ttk::treeview widget, offers index, search facilities and sophisticated keyboard navigation.

Links

Example

The package is both a standalone application to directly view help files, as well loadable within an existing application.

package require dgw::hyperhelp
set helpfile [file join [file dirname [info script]] help.txt]
set hhelp [dgw::hyperhelp .help -helpfile $helpfile]
pack $hhelp -side top -fill both -expand true
$hhelp Help overview

Image

Below is an image of the running application.

dgw::hyperhelp-image


Jeff Smith Below is an online demo using CloudTk


See also

Discussion

Please discuss here ...