| |
|
HTMLpage Help
The splash screen you have likely already seen. I know some despise such screens,
but I like graphics. It also allows smoother functionality when openning
very large pages (I sometimes look over site logs with it that can be up to 10MB.)
It gives the app enough time to render text properly before showing the page.
HTMLpage parses files 1MB at a time. Once it inputs and displays the first MB
(or the whole file) the idle handler in Python is allowed to clear the splash screen.
Plus a 1 second delay so it does not look like an error on faster machines : )
But to business --
. . . opens with a skeletal HTML page.
Drag N Drop
Spell Checking
Search
HTML-ify
TABLE-ify
Keyboard Shortcuts
Launchy Extension
Below I have included the code for a "launchy.xml" that you can copy to your
/$HOME/.mozilla/firefox/xxx-default-xxx/chrome
folder for use with Firefox, to use if you have the extension "Launchy" installed.
Good way to "view source" with HTMLpage.
(If you just want to look, use the default "view source")
Screenshot of spell checking on a selected line of text
Spell-checking works on selected text.
An easy way to check paragraphs or long passages of text while avoiding the HTML markup.
I often drop in a page of text, spell-check, then HTML-ify it when done. Spell-checking
requires the presence of Aspell on your machine. If Aspell is not present, spell-ckecking will be disabled.
|