DOKK / manpages / debian 12 / tklib / shtmlview.3tk.en
shtmlview(3tk) Basic HTML and Markdown viewer shtmlview(3tk)


shtmlview - Basic HTML and Markdown viewer application

shtmlview

shtmlview --help

shtmlview --version

shtmlview --render text

shtmlview --render -

shtmlview filename


The application described by this document, shtmlview, is a simple viewer for HTML files. Further supported are documents written in Markdown, doctools, or mkdoc format, if various supporting packages are available. See section Beyond HTML.

Prints usage information to standard error.
Prints the application version to standard output.
Displays the provided text in a viewer window. Treats the text as Markdown except if it starts with a recognized HTML tag. In that case it assumes and renders as HTML.
As before, except it reads the text to render from standard input.
Reads and renders the named file in a viewer widget.

Documents in any other format than HTML require the presence of various supporting packages to enable the application to display them.

Markdown
  • shtmlview::doctools
  • dtplite
  • shtmlview::mkdoc
  • mkdoc::mkdoc

BUGS, IDEAS, FEEDBACK

This document, and the application it describes, will undoubtedly contain bugs and other problems. Please report such in the category shtmlview of the Tklib Trackers [https://core.tcl-lang.org/tklib/ticket]. Please also report any ideas for enhancements you may have for either application and/or documentation.

BUGS, IDEAS, FEEDBACK

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category shtmlview of the Tklib Trackers [http://core.tcl.tk/tklib/reportlist]. Please also report any ideas for enhancements you may have for either package and/or documentation.

doctools, html, markdown, mkdoc, viewer

Document display

Copyright (c)
1.1.0 tklib