logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

shtmlview - Basic HTML and Markdown viewer application

Beyond Html

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

       Markdown

              •      Markdown

       doctools

              •      shtmlview::doctoolsdtplite

       mkdoc

              •      shtmlview::mkdocmkdoc::mkdoc

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  TklibTrackers  [http://core.tcl.tk/tklib/reportlist].
       Please also report any ideas for enhancements you may have for either package and/or documentation.

Category

       Document display

Description

       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 BeyondHTML.

   COMMANDLINEshtmlviewshtmlview--help
              Prints usage information to standard error.

       shtmlview--version
              Prints the application version to standard output.

       shtmlview--rendertext
              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.

       shtmlview--render-
              As before, except it reads the text to render from standard input.

       shtmlviewfilename
              Reads and renders the named file in a viewer widget.

Keywords

       doctools, html, markdown, mkdoc, viewer

Name

       shtmlview - Basic HTML and Markdown viewer application

Synopsis

shtmlviewshtmlview--helpshtmlview--versionshtmlview--rendertextshtmlview--render-shtmlviewfilename

________________________________________________________________________________________________________________

See Also