Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints.Here are few hints on using TWiki. | ||||||||
Changed: | ||||||||
< < | General Introduction. | |||||||
> > | 1. General Introduction. | |||||||
A TWiki is a collaboration platform - it provides a Web site which try to make it easy for any (authorized) person to change. TWiki is a form of a Wiki![]() | ||||||||
Line: 14 to 14 | ||||||||
Click here to get a very quick intro to Twiki. | ||||||||
Changed: | ||||||||
< < | TWiki Documentation | |||||||
> > | 2. TWiki Documentation | |||||||
First - Here is the standard set of TWiki Documentation for general users. Also see the front page of this twiki. | ||||||||
Line: 24 to 24 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Tony's Hints | |||||||
> > | 3. Tony's Hints | |||||||
Here are some things that I found myself to be quite useful.
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
3.1. Commenting.You can add quick commenting facilities to your pages. See CommentPlugin and the example below. Such comments will end up as bullet point entries on the page. . | |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > | 3.2. Smilies.You can use the standard "Smilies" - such as![]() ![]() 3.3. Tables.If you are adding tables, use the EditTablePlugin. An example appears below. Also for tables - you can use spreadsheet operations. See SpreadSheetPlugin. Note that unfortunately, the EditTablePlugin and | |||||||
SpreadSheetPlugin plugins don't interact nicely - as the edit table plugin does not see the spreadsheet plugin contents, just the values and will put the wrong values into the table (the results of the spreadsheet table calculations rather then the formular. Editable table example with summing row. | ||||||||
Line: 50 to 60 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Other things. | |||||||
> > | 3.4. Tabbed browsing.See TabbedBrowsing for how to implement a form of tabbed browsing.3.5. Numbered HeadingsThis page is using numbered headers. A basic numbered header could be done by inserting the following into the header%CALC{$SETM(nh,+1)$GET(nh).}%Here - nh is a variable which is maintaining the number. So a typical header might look like
---+++ %CALC{$SETM(nh,+1)$GET(nh).}% Other things.To get other levels of headers, you have to combined multiple of these using different variable, for example ---++++ %CALC{$GET(nh).}%%CALC{$SETM(nh2,+1)$GET(nh2).}% Numbered HeadingsHere 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.
4. Other things. | |||||||
Poggle Predictor![]() | ||||||||
Changed: | ||||||||
< < | More examples. | |||||||
> > | 5. More examples. | |||||||
This Page![]() ![]() |