Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints. | ||||||||
Line: 63 to 63 | ||||||||
| ||||||||
Changed: | ||||||||
< < | .1. Tabbed browsing. | |||||||
> > |
.2.
TWikiDocGraphics provides standard icons etc.
| |||||||
See TabbedBrowsing for how to implement a form of tabbed browsing. For example
<-- set 'tab_urls' = list of tab urls --> <-- set 'tab_names' = list of tab names --> | ||||||||
Changed: | ||||||||
< < | .4. Numbered Headings | |||||||
> > | .5. | |||||||
This page is using numbered headers. A basic numbered header could be done by inserting the following into the header | ||||||||
Line: 78 to 83 | ||||||||
Here - nh is a variable which is maintaining the number. So a typical header might look like | ||||||||
Changed: | ||||||||
< < | 1. Other things. | |||||||
> > | 2. | |||||||
To get other levels of headers, you have to combined multiple of these using different variable, for example | ||||||||
Changed: | ||||||||
< < | 2.6. Numbered Headings | |||||||
> > | 2.7. | |||||||
Here nh2 is the header for the second level. In this example, you want a different variable for each lower level header, through there is probably a SET command you could use to avoid this.
The %CALC stuff here is from SpreadSheetPlugin. | ||||||||
Changed: | ||||||||
< < | 2.8. Conversions from MS Word/Excel Documents.Some visual basic macros exists which help to convert from MS Word/Excel into TWiki text. They are not perfect but may do the job you want.2.9. Tree Browsing. | |||||||
> > | 2.10. | |||||||
The TreeBrowserPlugin provides alternatives to representing bullet lists. For example: | ||||||||
Line: 110 to 106 | ||||||||
Changed: | ||||||||
< < | 2.11. Drawing Editor | |||||||
> > | 2.12.
Some visual basic macros exists which help to convert from MS Word/Excel into TWiki text. They are not perfect but may do the job you want.
| |||||||
* DOES NOT YET WORK * |