|
-
Normal - Normal text style
-
Heading 1-6 - Headings; 1 is largest
-
VERBATIM - Text is shown in monospace with line breaks. Wraps <verbatim> tags around the selected text. No TWiki variables are interpreted inside verbatim tags.
-
LITERAL - Styled content is saved exactly as it appears in the editor. Saves the selected content as raw HTML and wraps it in <literal> tags.
-
Protect on save - Prevent any change to the selected text when the edit is saved. Use this to save advanced TWiki variables where you do not want the Wysiwyg editor to modify the text during save.
-
Protect forever - Content is saved exactly as it is typed, and the protection is still there in future edit sessions. Content is wrapped in <sticky> tags.
|
Setting a TWiki variable
- Create a list item using the toolbar button
- In the list item, type
Set NAME = value
- Select the value, and assign the
Protect on save style to it (only required if the value contains any TWiki Markup Language or if you style it e.g. to add bold, or if it's sensitive to the number of spaces)
Using a TWiki Variable
- Just type it in. When the topic is saved, what you type will be saved just as you wrote it.
- If any part of your variable parameters is sensitive to spacing, then select the entire TWiki variable and assign the
PROTECTED style to it before you save.
More on TWiki variables
Editing the raw text instead of Wysiwyg
- Select
, or use the Raw Edit link in the bottom action bar.
|