|
-
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 macros 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 macros 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.
|
Defining Preference Settings/Macros
- 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 Foswiki Topic Markup Language or if you style it e.g. to add bold, or if it's sensitive to the number of spaces)
Using a Macro
- 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 macro parameters is sensitive to spacing, then select the entire macro and assign the
PROTECTED style to it before you save.
More on macros
Editing the raw text instead of Wysiwyg
- Select
, or use the Raw Edit link in the bottom action bar.
|