Working in TWiki is as easy as typing in text - exactly like email. You don't need to know HTML, though you can use it if you prefer. Links to topics are created automatically when you enter WikiWords. And TWiki shorthand gives you all the power of HTML with a simple coding system that takes no time to learn. It's all laid out below - refer back to this page in a pop-up window from the Edit screen.
1st paragraph 2nd paragraph
---++ Sushi ---+++ Maguro
*Bold*
_Italic_
__Bold italic__
=Fixed font=
==Bold fixed==
_This works_, _this not _
andtags instead if you want that HTML code is interpreted.
class CatAnimal < void purr() < > >
class CatAnimal < void purr() < > >
* bullet item
* level 1 * level 2
Type | Generated Style | Sample Sequence |
---|---|---|
1. | Arabic numerals | 1, 2, 3, 4. |
A. | Uppercase letters | A, B, C, D. |
a. | Lowercase letters | a, b, c, d. |
I. | Uppercase Roman Numerals | I, II, III, IV. |
i. | Lowercase Roman Numerals | i, ii, iii, iv. |
1. Sushi 1. Dim Sum A. Sushi A. Dim Sum i. Sushi i. Dim Sum
$ Sushi: Japan $ Dim Sum: S.F.
| *L* | *C* | *R* | | A2 | 2 | 2 | | A3 | 3 | 3 | | multi span ||| | A4-6 | four | four | |^| five | five | |^| six | six |
L | C | R |
---|---|---|
A2 | 2 | 2 |
A3 | 3 | 3 |
multi span | ||
A4-6 | four | four |
five | five | |
six | six |
WebNotify Main.TWikiUsers
[[wiki syntax]] [[Main.TWiki users]] escaped: ![[wiki syntax]]
[[WikiSyntax][syntax]] [[http://gnu.org][GNU]] [[http://xml.org XML]]
[[WikiWord#NotThere]] [[#MyAnchor][Jump]] #MyAnchor To here
!SunOS
RedHat & SuSE
[[mailto:a@z.com Mail]] [[mailto:?subject=Hi Hi]]
You can use just about any HTML tag without a problem - however, there are a few usability and technical considerations to keep in mind.
You can use JavaScript for your TWiki applications. Since TWiki rendering might interfere with JavaScript code you need to escape it with HTML comments and tags:
Being able to create links without any formatting required is a core TWiki feature, made possible with WikiWords. New TWiki linking rules are a simple extension of the syntax that provide a new set of flexible options.
Variables are names that are enclosed in percent signs % that are expanded on the fly.
Plugins provide additional text formatting capabilities and can extend the functionality of TWiki into many other areas. For example, the optional SpreadSheetPlugin lets you create a spreadsheet with the same basic notation used in TWiki tables.
Available Plugins are located in the Plugins web on TWiki.org. Currently enabled plugins on this TWiki installation, as listed by %PLUGINDESCRIPTIONS% :
Check on current Plugin status and settings for this site in TWikiPreferences.
TWiki formatting rules are fairly simple to use and quick to type. However, there are some things to watch out for, taken from the TextFormattingFAQ: