Tutorial from Anamorph

How to Use QuickHTML

This tutorial will teach you how to use QuickHTML, an HTML document editor. QuickHTML is a tool I wrote to create the documents at the Anamorph site. I find it indispensible for moving back and forth between many different documents while editing, but the problem for anyone else will be that all the documents come out formatted exactly like mine. These documents can be personalized and made site-specific, but the overall formats of the documents will always be the same.

QuickHTML looks rough, but it works well. To use QuickHTML properly, you should already know HTML fairly well, and should have written a few HTML documents elsewhere. If you don't know HTML, you might want to start with the Beginner's Guide to HTML, and try this program out later.

To use this tutorial, make copies of the files qhttutorial.html and qhttutorial.qh; then open your copy of qhttutorial.html from both QuickHTML and any Mac browser. For the rest of this tutorial, you'll be viewing this file in both QuickHTML and your browser. The best way to start would be to read through your copy of this file in your browser, moving back and forth to QuickHTML as necessary.

Contents of the Tutorial:


How do QuickHTML Documents Look?

Examine your copy of the qhthtml.tutorial file in your browser. Every HTML document created by QuickHTML has the same format:

Before continuing, you might want to look at this file in QuickHTML to see how it appears there. Play around and see what happens.


Editing QuickHTML Sections

In QuickHTML, choose Sections from the Document menu. At the top of the window, hold down the popup button that lists the section titles. The names of each of the sections are listed there; choose one of these, and the text of that section appears in the large field beneath. This section can be edited with straight typing and with the menu items in the HTML menu. The HTML menu allows you to quickly add and delete HTML tags from your text.

Things to Try:

The Sections menu allows you to navigate between sections, create and delete sections, change their titles, and move sections around.

More Things to Try:


Editing QuickHTML Headers and Footers

The headers and footers at the tops of documents created by QuickHTML are easy to specify. Choose Head/Foot from the Document menu, and the header and footer screen will appear. The elements here are:

You can experiment with this by using QuickHTML to change the header/footer information in this document, and then reloading the .html file in your browser to see how it looks there.


The .QH Document Format

You will have noticed that there are two files generated by QuickHTML; the standard .html file, and a file that ends with .qh. The .qh file is the one that is read by QuickHTML. QuickHTML writes an .html file which is read by your browser, but that .html file is never again read by QuickHTML. You can throw the .html file out, but if the .qh file is gone, you won't be able to redit the document from QuickHTML.

The .qh file contains the information that QuickHTML needs to divide the document up into its proper sections. It is not possible for QuickHTML to edit .html files that already exist, but you can open these documents in your favorite text editor and copy and paste elements to QuickHTML.

Here's a slightly more detailed explanation:


Additional Notes


Feedback

Is this tutorial clear? If there are any points of confusion, please tell me about them.


Tutorial from Anamorph
Last Updated: May 28, 1995. Created May 16, 1995
Copyright 1995 Robert Orenstein. Your Comments are welcome: atempaddress@netscape.net