<BUTTONS0>
%BUTTONS_CHANGE #(@IF (@ADJUST, 2, 1))
| Click to toggle the button bar between different configurations.
-
%BUTTONS_CLOSE:HTMLFLAGSTOGGLE 20
| Click to close the button bar.
-
%BUTTONS_MOVE
| Drag to reposition the button bar relative to the specified corner of the window.
-
HTMLHEADING "1"
| \Sinsert an |<h1> tag pair around the current selection.
-
HTMLHEADING "2"
| \Sinsert an |<h2> tag pair around the current selection.
-
HTMLHEADING "3"
| \Sinsert an |<h3> tag pair around the current selection.
-
HTMLHEADING "4"
| \Sinsert an |<h4> tag pair around the current selection.
-
HTMLHEADING "5"
| \Sinsert an |<h5> tag pair around the current selection.
-
HTMLHEADING "6"
| \Sinsert an |<h6> tag pair around the current selection.
-
HTMLTAGPAIR "center"
| \Sinsert a |<center> tag pair around the current selection.
-
HTMLTAGPAIR "u"
| \Sinsert a |<u> (Underline) tag pair around the current selection.
-
HTMLTAGPAIR "em"
| \Sinsert a |<em> (EMphasis) tag pair around the current selection.
-
HTMLTAGPAIR "dfn"
| \Sinsert a |<dfn> (DeFinitioN) tag pair around the current selection.
-
HTMLTAGPAIR "p"
| \Sinsert a |<p> (Paragraph) tag pair around the current selection.
-
HTMLTAGPAIR "strong"
| \Sinsert a |<strong> tag pair around the current selection.
-
HTMLTAGPAIR "tt"
| \Sinsert a |<tt> tag pair around the current selection.
-
HTMLTAGPAIR "code"
| \Sinsert a |<code> tag pair around the current selection.
-
HTMLTAGPAIR "kbd"
| \Sinsert a |<kbd> (KeyBoarD) tag pair around the current selection.
-
HTMLTAGPAIR "q"
| \Sinsert a |<q> tag pair around the current selection.
-
HTMLREMARK
| \Scomment out any current selection.
-
HTMLTAGPAIR "li"
| \Sinsert a |<li> (LIst) tag pair around the current selection.
-
HTMLLINK "":SEARCHBACK """""":LEFT
| \Sinsert an |<a> (Anchor) tag pair around the current selection.
-
HTMLIMAGE "":LEFT:LEFT
| \Sinsert an |<img> (IMaGe) tag pair around the current selection.
-
HTMLSINGLETAG "hr"
| \Sinsert an |<hr> (Horizontal Rule) tag.
-
SAVEANDRUN
| \Ssave the document and runs it.|MThis will normally open a browser window on it.
-
<BUTTONS1>
%BUTTONS_CHANGE #(@IF (@ADJUST, 2, 0))
| Click to toggle the button bar between different configurations.
-
%BUTTONS_CLOSE:HTMLFLAGSTOGGLE 20
| Click to close the button bar.
-
%BUTTONS_MOVE
| Drag to reposition the button bar relative to the corner of the window.
-
SELECTBUFFER
| \Sselect the entire text.
-
CLEARSEL
| \Sdeselect any existing selection.
-
HTMLRAWENTITY
| \Stranslate raw text data to its entity equivalents.
-
HTMLENTITY
| \Stranslate to entities, preserving the insides of HTML tags.
-
LISTFNS
| \Sproduce a list of the document's headers.|MThis can be useful as an index or a summary.
-
STARTOP
HTMLSTRIPCOMMENTS
POWERSEARCH "<P\.\*>%CHAR 10:CHAR 10:NULL"
POWERSEARCH "<BR>%CHAR 10:NULL"
POWERSEARCH "<HR\.\*>%CHAR 10:UNIVERSALARG ""64"":CHAR 45:CHAR 10:NULL"
POWERSEARCH "<LI>%CHAR 10:CHAR 42:CHAR 32:NULL"
POWERSEARCH "<H\[1-6]\.\*>CHAR 10:SEARCHFORWARD "">"":NULL"
POWERSEARCH "</H\[1-6]>%CHAR 10:NULL"
HTMLSTRIPSCRIPT
HTMLADDALTTEXT
HTMLSTRIPTAGS
HTMLSTRIPENTITIES
UPDATEWINDOW
STOPOP
| \Scompletely strip out all HTML elements from the selected region.
-
HTMLSTRIPCOMMENTS
| \Sstrip out all HTML comments from the selected region.
-
HTMLSTRIPTAGS
| \Sstrip out all HTML tags from the selected region.
-
STARTOP
POWERSEARCH "<P\.\*>%CHAR 10:CHAR 10:NULL"
POWERSEARCH "<BR>%CHAR 10:NULL"
POWERSEARCH "<HR\.\*>%CHAR 10:UNIVERSALARG ""64"":CHAR 45:CHAR 10:NULL"
POWERSEARCH "<LI>%CHAR 10:CHAR 42:CHAR 32:NULL"
POWERSEARCH "<H\[1-6]\.\*>CHAR 10:SEARCHFORWARD "">"":NULL"
POWERSEARCH "</H\[1-6]>%CHAR 10:NULL"
HTMLSTRIPSCRIPT
HTMLADDALTTEXT
UPDATEWINDOW
STOPOP
| \Sadd CRs after |<BR>, |<P>, |<HR> and |<Hx> tags and try to tidy lists up for a better appearance after stripping.
-
HTMLSTRIPENTITIES
UPDATEWINDOW
| \Sstrip out all entities (& ... ; structures) from the selected region.|MThese are replaced by appropriate single character equivalents.
-
SAVEANDRUN
| \Ssave the document and runs it.|MThis will normally open a browser window on it.
-
<BUTTONS2>
%BUTTONS_CHANGE #(@IF (@ADJUST, 1, 0))
| Click to toggle the button bar between different configurations.
-
%BUTTONS_CLOSE:HTMLFLAGSTOGGLE 20
| Click to close the button bar.
-
%BUTTONS_MOVE
| Drag to reposition the button bar relative to the specified corner of the window.
-
%BUTTONS_CHANGE #(@IF (@ADJUST, 1, 0))
| Click to toggle the button bar between different configurations.
-
%BUTTONS_CLOSE:HTMLFLAGSTOGGLE 20
| Click to close the button bar.
-
%BUTTONS_MOVE
| Drag to reposition the button bar.
-
%INSERTBLOCK $(@IF (@ADJUST, "&#60;", "&lt;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#62;", "&gt;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#34;", "&quot;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#38;", "&amp;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#141;", "&trade;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#163;", "&pound;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#162;", "&cent;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#165;", "&yen;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#171;", "&laquo;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#187;", "&raquo;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#169;", "&copy;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#174;", "&reg;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#152;", "&mdash;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#153;", "&ndash;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#183;", "&middot;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#160;", "&nbsp;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#161;", "&iexcl;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#191;", "&iquest;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#164;", "&curren;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#166;", "&brvbar;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#168;", "&die;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#172;", "&not;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#175;", "&macron;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#176;", "&deg;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#188;", "&frac14;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#189;", "&frac12;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#190;", "&frac34;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#173;", "&shy;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#185;", "&sup1;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#178;", "&sup2;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#179;", "&sup3;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#177;", "&plusmn;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#167;", "&sect;"))
-
INSERTBLOCK "&emsp;"
-
INSERTBLOCK "&ensp;"
-
%INSERTBLOCK $(@IF (@ADJUST, "&#184;", "&cedilla;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#170;", "&ordf;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#186;", "&ordm;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#180;", "&acute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#182;", "&para;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#192;", "&Agrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#193;", "&Aacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#194;", "&Acirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#195;", "&Atilde;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#196;", "&Auml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#197;", "&Aring;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#198;", "&AElig;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#199;", "&Ccedil;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#224;", "&agrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#225;", "&aacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#226;", "&acirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#227;", "&atilde;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#228;", "&auml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#229;", "&aring;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#230;", "&aelig;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#231;", "&ccedil;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#200;", "&Egrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#201;", "&Eacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#202;", "&Ecirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#203;", "&Euml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#204;", "&Igrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#205;", "&Iacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#206;", "&Icirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#207;", "&Iuml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#232;", "&egrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#233;", "&eacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#234;", "&ecirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#235;", "&euml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#236;", "&igrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#237;", "&iacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#238;", "&icirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#239;", "&iuml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#210;", "&Ograve;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#211;", "&Oacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#212;", "&Ocirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#213;", "&Otilde;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#214;", "&Ouml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#208;", "&ETH;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#209;", "&Ntilde;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#254;", "&THORN;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#242;", "&ograve;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#243;", "&oacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#244;", "&ocirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#245;", "&otilde;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#246;", "&ouml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#240;", "&eth;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#241;", "&ntilde;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#222;", "&thorn;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#217;", "&Ugrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#218;", "&Uacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#219;", "&Ucirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#220;", "&Uuml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#221;", "&Yacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#216;", "&Oslash;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#181;", "&micro;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#255;", "&yuml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#217;", "&ugrave;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#218;", "&uacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#219;", "&ucirc;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#220;", "&uuml;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#221;", "&yacute;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#248;", "&oslash;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#223;", "&szlig;"))
-
%INSERTBLOCK $(@IF (@ADJUST, "&#60;&#62;&#60;", "&fish;"))
-
