• ANNOUNCE: hyperhelp package 1.0.0

    From D Groth@21:1/5 to All on Sat Sep 23 02:28:01 2023
    Hi all,

    I just released version 1.0.0 of the hyperhelp page which is a rewrite of old but great code found on our Tclers Wiki.

    It has the following features:

    - Markdown like syntax, links, lists, headers, bold, italic, code, chunks, images, todo lists, etc
    - multiple help pages within a single document (separated by ------)
    - table of contents using ttk::treeview possible
    - embedding images and icons as base64 encodings and displaying them is possible, but external files can be displayed as well since version 1.0.0
    - browser bar features, history, search, indexing if required
    - single file Tcl package and Tcl application, just Snit is required as package - BSD License

    Links:

    * Github: https://github.com/mittelmark/hyperhelp (would be nice to have a first star ;)
    * Wiki: https://wiki.tcl-lang.org/page/hyperhelp%2Dpackage
    * Initial code was here: https://wiki.tcl-lang.org/page/A+Hypertext+Help+System - thanks to the contributers
    * Manual: https://htmlpreview.github.io/?https://raw.githubusercontent.com/mittelmark/hyperhelp/master/hyperhelp/hyperhelp.html

    I am open for ideas and suggestions.
    Detlef

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D Groth@21:1/5 to D Groth on Sat Sep 30 09:23:26 2023
    D Groth schrieb am Samstag, 23. September 2023 um 11:28:05 UTC+2:
    Hi all,

    I just released version 1.0.0 of the hyperhelp page which is a rewrite of old but great code found on our Tclers Wiki.

    It has the following features:

    - Markdown like syntax, links, lists, headers, bold, italic, code, chunks, images, todo lists, etc
    - multiple help pages within a single document (separated by ------)
    - table of contents using ttk::treeview possible
    - embedding images and icons as base64 encodings and displaying them is possible, but external files can be displayed as well since version 1.0.0
    - browser bar features, history, search, indexing if required
    - single file Tcl package and Tcl application, just Snit is required as package
    - BSD License

    Links:

    * Github: https://github.com/mittelmark/hyperhelp (would be nice to have a first star ;)
    * Wiki: https://wiki.tcl-lang.org/page/hyperhelp%2Dpackage
    * Initial code was here: https://wiki.tcl-lang.org/page/A+Hypertext+Help+System - thanks to the contributers
    * Manual: https://htmlpreview.github.io/?https://raw.githubusercontent.com/mittelmark/hyperhelp/master/hyperhelp/hyperhelp.html

    I am open for ideas and suggestions.
    Detlef

    Version 1.0.1 adds a procedure hyperhelp::main to support the tclmain application. No additional functionality is provided.

    Detlef

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)