Format Html 1.0
Format Html
Text Processing · v1.0
| Filename | format-html-10.hqx |
|---|---|
| Size | 65.4 KB (66988 bytes) |
| Downloads | 9 |
Enjoying MacTrove?
Anonymous downloads are free and unlimited.
Create a free account to track favorites,
contribute metadata corrections, and join the
community chat.
About
Format HTML was created for two basic purposes:
1. To display Web pages generated with PageMill in readable form:
I'm a big fan of PageMill. It provides a means of generating very simple Web pages with almost instant gratification. However, it's rare that I'm completely satisfied with the results of my Web page after its initial conception in PageMill. I usually wish to add some more complex structures (like tables) and find myself back in BBEdit flirting with HTML tags in their native form. Unfortunately, this is often easier said than done. PageMill doesn't lay out the HTML in any particular format, frequently squishing them all together in a mass of tags that are difficult for humans to interpret.
Format HTML was designed to quickly fix this problem, breaking down HTML tags into individual lines and indenting them in a programmatic style that is easier to read and understand. The utility makes a great addition to Lindsay Davies' HTML Tools, complementing the PageMill Cleaner utility. When importing HTML from PageMill to BBEdit, I first use PageMill Cleaner, then Format HTML to set things right.
2. To assist Web authors in debugging their HTML:
The Check HTML command in HTML Tools is a probably the most useful element of BBEdit's Web authoring environment. Like the best compilers, BBEdit displays which tags are likely to be problems and suggests a reasonable cause. Frequently, the solution is obvious, but for those cases where it's not, Format HTML can be a valuable tool. Just running your HTML through Format HTML will tell you whether you have balanced all of your HTML tags and quickly indicate when a tag block has not been closed properly.
File Info
This file is part of the MacTrove archive. See the Thank You page for the upstream mirrors we rely on. It is BinHex encoded — use The Unarchiver to decode it.
Related apps