Difference: TonysHints (9 vs. 10)

Revision 102007-06-20 - TonyFarrell

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

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
 
43 4

Added:
>
>

6.12. Generating a table of contents

NEW You can enter this tag on a page to generate a table of contents
%TOC% 
 
Changed:
<
<

6.13. NEW Standard icons and images

>
>

6.14. Standard icons and images

NEW
 TWikiDocGraphics provides standard icons etc.
Changed:
<
<

6.15.  NEW Tabbed browsing.

>
>

6.16. Tabbed browsing.

NEW
 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.17. NEW Numbered Headings

>
>

6.18. Numbered Headings

NEW
 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. NEW Other things.

>
>

8. Other things.

  To get other levels of headers, you have to combined multiple of these using different variable, for example
Changed:
<
<

8.19. NEW Numbered Headings

>
>

8.20. 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.21. NEW Tree Browsing.

The TreeBrowserPlugin provides alternatives to representing bullet lists. For example:

>
>

8.22. Tree Browsing.

NEW The TreeBrowserPlugin provides alternatives to representing nested bullet lists. For example:
  %TREEBROWSER{"file" title="Main Web Home" shared="left"}%
Added:
>
>
  • Folder
    • Leaf1
    • Subfolder
      • Leaf3
    • Leaf2
 
Added:
>
>
open all | close all
 
Changed:
<
<

8.23. NEW Conversions from MS Word/Excel Documents.

>
>

8.24. Conversions from MS Word/Excel Documents.

NEW
 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.25. Font colors etc.

NEW You can Change the color of text using some standard names. For example
%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.26. Work in progress, under construction Drawing Editor

>
>

8.27. Drawing Editor

Work in progress, under construction
 * 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 on the TWiki home site introduces a lot of examples. Well worth a look.
Added:
>
>
Please use this link to view the source of this page in read-only mode.
 -- TonyFarrell - 12 Jun 2007
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback