V#
  * Read me first  EThis is a sample WhizNote file to demonstrate the use of WhizNotes commands to enhance your help text. If you are not using WhizNotes for generating Windows hyper text help then this file is of no use to you. You can come back to this file later when you get the Microsoft Help compiler and want to generate the help.


HOW TO USE THIS HELP FILE:

First, read the discussion of WhizNotes commands in the Main WhizNotes help topic "More help generation commands". 

Then try "Tools - create help" menu function on this WhizNote file. Then use menu function "test help" to see how it was generated.

Then look at each of the topics in this file to see how they are formatted. Do your own expermentation and you are ready to go.


A NOTE ON PARAGRAPHS:

You must understand that in order to create effective help you must have the word wrap feature on ( which is the default ). Do not press returns in the middle of your paragraphs. Let them wrap around the boundaries of the window.


AN EXERCISE FOR YOU:

This topic was purposely left unformatted. After understanding WhizNotes commands in the rest of the topics, try the following to change the generated help for this file:

Make the subtitles in this topic bold. They are currently all CAPS.

Convert the discussion "How to use this sample file" above into a bulled list.
 A referenced topic  Y The text here will be presented in a popup window when referenced from Topic name 1.
 
 Contents  ¸[~BOLD Read this topic first]
	[~JUMP * Read me first]
	[~JUMP Example of bold and italic text]
	[~JUMP Example of indentations]
	[~JUMP WhizNotes list commands]

[~BOLD Sample topics]
	[~JUMP Topic name 1]
	[~JUMP Topic name 2]
	
Since we created this "Contents" topic it will become the contents of the generated help. If it were absent then WhizNotes will create a contents for you but the topic names will be inserted in the order that they appear in the List Of Topics. By making our own contents we get the flexibility to format and sequence the contents that we want. 

If you want to see the default contents created by WhizNotes just delete this topic and then create help.
 Example of bold and italic text  [~BOLD You can have a whole paragraph stand out as bold if you want. For example take a look at this one.]

Or, you can insert [~BOLD bold text] anywhere in your documentation.

Italics work in a similar fashion.

[~ITALIC You can have a whole paragraph stand out as italic if you want. For example take a look at this one.]

Or, you can insert [~italic italic] and [~bold bold] text anywhere in your documentation.

WhizNotes command like [~BOLD ..] are case insensitive as you can see by the last example.
 Example of indentations  ¯You can indent all the following text one step by using ~INDENT commands.

For example, the following two paragraphs are indented one step:


[~INDENT+]
This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph.

This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph.

Next paragraph is indented one step further.

[~INDENT+] 
This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph. This is a sentence of a paragraph.

Now we go back one step.

[~INDENT-]
This paragraph is at the same indentation level as the first two.

If you want to reset indent to the default value, which is no indent, at any time, then just use a 0 ( zero ) instead of + or -.

[~INDENT0]
So we are back to the original indentation level.

[~BOLD Notable point]
If you do not reset the indent to the original default value then in the generated help the following topics will remain indented at the last specified indent level.

Please also note that this indent command has to be on a separate line by itself. It can not be embedded.

If you want to use indentation for bulleted lists then do not use this command. It is easier for you to manage bulleted lists and lists within lists by [~JUMP WhizNotes list commands].
 Topic name 1  CThis is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. 

Please also see [~JUMP Topic name 2]. <- This jump statement was created by dragging "Topic name 2" from the WhizNote window on to this topic. You could have typed it in instead of dragging.

What follows is an example of a reference statement. Please see [~REF A referenced topic]. <- this popup behaviour appears when you choose to insert a reference instead of a Jump.
 Topic name 2  This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. 

This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence. This is a test sentence.  
 WhizNotes list commands  ïWhizNotes list commands are very convenient. To start a bulleted list, all you do is to specify ~STARTLIST on a separate line by itself.

Then before each item use ~ITEM command. Note that your items can be as large as you want. Even one or more paragraphs.

Finally when you want to end the list, use the command ~ENDLIST.

Here is an example of a bulleted list:

[~STARTLIST]
[~ITEM]
This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. 

This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. This is the first item. 

[~ITEM]
This is the second item.

[~ITEM]
This is a list within a list.
[~STARTLIST]
[~ITEM]
Inner list item 1.
[~ITEM]
Inner list item 2.
[~ENDLIST]

[~ITEM]
Last item of the original list.
[~ENDLIST]

