Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints. | ||||||||
Line: 41 to 41 | ||||||||
.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. . | ||||||||
Added: | ||||||||
> > |
| |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints.Here are few hints on using TWiki. | ||||||||
Added: | ||||||||
> > | Please use this link to view the source of this page in read-only mode. | |||||||
6. General Introduction. | ||||||||
Line: 63 to 67 | ||||||||
| ||||||||
Added: | ||||||||
> > | 6.13. Generating a table of contents![]() %TOC% | |||||||
Changed: | ||||||||
< < | 6.14. | |||||||
> > | 6.15. Standard icons and images![]() | |||||||
TWikiDocGraphics provides standard icons etc. | ||||||||
Changed: | ||||||||
< < | 6.16. | |||||||
> > | 6.17. Tabbed browsing.![]() | |||||||
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: | ||||||||
< < | 6.18. | |||||||
> > | 6.19. Numbered Headings![]() | |||||||
This 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 | ||||||||
Changed: | ||||||||
< < | 7. | |||||||
> > | 8. Other things. | |||||||
To get other levels of headers, you have to combined multiple of these using different variable, for example | ||||||||
Changed: | ||||||||
< < | 8.20. | |||||||
> > | 8.21. Numbered Headings | |||||||
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: | ||||||||
< < | 8.22.
The TreeBrowserPlugin provides alternatives to representing bullet lists. For example: | |||||||
> > | 8.23. Tree Browsing.![]() | |||||||
%TREEBROWSER{"file" title="Main Web Home" shared="left"}% | ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Added: | ||||||||
> > | open all | close all | |||||||
Changed: | ||||||||
< < | 8.24. | |||||||
> > | 8.25. 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. | ||||||||
Added: | ||||||||
> > | 8.26. Font colors etc.![]() %BLUE% this ends up blue %ENDCOLOR%See TWikiPreferences#RenderingShortcuts for details. You can also use techniques shown here to change other font characteristics - if you now your html. | |||||||
Changed: | ||||||||
< < | 8.27. | |||||||
> > | 8.28. Drawing Editor![]() | |||||||
* DOES NOT YET WORK * You you can just upload existing images, there is also a JAVA base Drawing tool - TWikiDrawPlugin. Just drop | ||||||||
Line: 139 to 162 | ||||||||
This Page![]() ![]() | ||||||||
Added: | ||||||||
> > | Please use this link to view the source of this page in read-only mode. | |||||||
-- TonyFarrell - 12 Jun 2007 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints. | ||||||||
Line: 63 to 63 | ||||||||
| ||||||||
Changed: | ||||||||
< < | 8.29. Tabbed browsing. | |||||||
> > |
8.30.
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: | ||||||||
< < | 8.32. Numbered Headings | |||||||
> > | 8.33. | |||||||
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: | ||||||||
< < | 9. Other things. | |||||||
> > | 10. | |||||||
To get other levels of headers, you have to combined multiple of these using different variable, for example | ||||||||
Changed: | ||||||||
< < | 10.34. Numbered Headings | |||||||
> > | 10.35. | |||||||
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: | ||||||||
< < | 10.36. 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.10.37. Tree Browsing. | |||||||
> > | 10.38. | |||||||
The TreeBrowserPlugin provides alternatives to representing bullet lists. For example: | ||||||||
Line: 110 to 106 | ||||||||
Changed: | ||||||||
< < | 10.39. Drawing Editor | |||||||
> > | 10.40.
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 * |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints.Here are few hints on using TWiki. | ||||||||
Added: | ||||||||
> > | ||||||||
11. 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 15 | ||||||||
Click here to get a very quick intro to Twiki. | ||||||||
Added: | ||||||||
> > | ||||||||
12. TWiki DocumentationFirst - Here is the standard set of TWiki Documentation for general users. Also see the front page of this twiki. | ||||||||
Line: 23 to 25 | ||||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
13. Tony's HintsHere are some things that I found myself to be quite useful. | ||||||||
Line: 60 to 62 | ||||||||
| ||||||||
Added: | ||||||||
> > | ||||||||
13.42. Tabbed browsing. | ||||||||
Changed: | ||||||||
< < | See TabbedBrowsing for how to implement a form of tabbed browsing. | |||||||
> > | 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 --> | |||||||
13.43. Numbered Headings | ||||||||
Line: 82 to 88 | ||||||||
The %CALC stuff here is from SpreadSheetPlugin. | ||||||||
Changed: | ||||||||
< < | 14. Conversions from MS Word/Excel Documents. | |||||||
> > | 14.44. 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. | ||||||||
Line: 90 to 96 | ||||||||
Deleted: | ||||||||
< < | 15. Other things. | |||||||
Added: | ||||||||
> > | 15.45. Tree Browsing. | |||||||
Added: | ||||||||
> > | The TreeBrowserPlugin provides alternatives to representing bullet lists. For example: | |||||||
Changed: | ||||||||
< < | Poggle Predictor![]() 16. More examples. | |||||||
> > | %TREEBROWSER{"file" title="Main Web Home" shared="left"}% | |||||||
Deleted: | ||||||||
< < | This Page![]() ![]() | |||||||
Changed: | ||||||||
< < | 17. Drawing Editor | |||||||
> > | 17.46. Drawing Editor | |||||||
* DOES NOT YET WORK * | ||||||||
Line: 111 to 121 | ||||||||
Into the text of the page, where drawing is a number for your drawing. For example:
%DRAWING{test_drawing}% | ||||||||
Added: | ||||||||
> > |
18. Other things.Poggle Predictor![]() 19. More examples.This Page![]() ![]() | |||||||
-- TonyFarrell - 12 Jun 2007 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints. | ||||||||
Line: 82 to 82 | ||||||||
The %CALC stuff here is from SpreadSheetPlugin. | ||||||||
Added: | ||||||||
> > | 20. 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. | |||||||
21. Other things. | ||||||||
Line: 95 to 102 | ||||||||
22. Drawing Editor | ||||||||
Changed: | ||||||||
< < | You you can just upload existing images, there is also a JAVA base Drawing tool - TWikiDrawPlugin. Just drop | |||||||
> > | * DOES NOT YET WORK * You you can just upload existing images, there is also a JAVA base Drawing tool - TWikiDrawPlugin. Just drop | |||||||
%DRAWING{drawing}% |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints. | ||||||||
Line: 93 to 93 | ||||||||
This Page![]() ![]() | ||||||||
Added: | ||||||||
> > | 23. Drawing EditorYou you can just upload existing images, there is also a JAVA base Drawing tool - TWikiDrawPlugin. Just drop%DRAWING{drawing}%Into the text of the page, where drawing is a number for your drawing. For example:
%DRAWING{test_drawing}% | |||||||
-- TonyFarrell - 12 Jun 2007 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints.Here are few hints on using TWiki. | ||||||||
Changed: | ||||||||
< < | General Introduction. | |||||||
> > | 24. 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 | |||||||
> > | 25. 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 | |||||||
> > | 26. Tony's Hints | |||||||
Here are some things that I found myself to be quite useful.
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
26.47. 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: | ||||||||
< < |
| |||||||
> > | 26.48. Smilies.You can use the standard "Smilies" - such as![]() ![]() 26.49. 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. | |||||||
> > | 26.50. Tabbed browsing.See TabbedBrowsing for how to implement a form of tabbed browsing.26.51. 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.
27. Other things. | |||||||
Poggle Predictor![]() | ||||||||
Changed: | ||||||||
< < | More examples. | |||||||
> > | 28. More examples. | |||||||
This Page![]() ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints. | ||||||||
Line: 54 to 54 | ||||||||
Poggle Predictor![]() | ||||||||
Deleted: | ||||||||
< < | -- TonyFarrell - 24 Apr 2007 | |||||||
\ No newline at end of file | ||||||||
Added: | ||||||||
> > | More examples.This Page![]() ![]() | |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Tony's TWiki Hints. | ||||||||
Line: 50 to 50 | ||||||||
| ||||||||
Deleted: | ||||||||
< < | -- TonyFarrell - 04 Dec 2006 | |||||||
\ No newline at end of file | ||||||||
Added: | ||||||||
> > | Other things.Poggle Predictor![]() | |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Changed: | ||||||||
< < | Tony's TWiki Hints. | |||||||
> > | Tony's TWiki Hints.Here are few hints on using TWiki.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![]() TWiki DocumentationFirst - Here is the standard set of TWiki Documentation for general users. Also see the front page of this twiki.
Tony's HintsHere are some things that I found myself to be quite useful. | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Tony's TWiki Hints.
|