Difference: TWikiEditingShorthand (2 vs. 3)

Revision 32007-04-15 - TWikiContributor

Line: 1 to 1
 

TWiki Editing Shorthand

Line: 6 to 6
 
Changed:
<
<
>
>
  Formatting Command:
Line: 125 to 132
 _this does not _
Added:
>
>
 This works,
_this does not _
Changed:
<
<
Verbatim (Literal) Text:
>
>
Verbatim Text:
  Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.
TIP verbatim tags disable HTML code. Use <pre> and </pre> tags instead if you want the HTML code within the tags to be interpreted.
ALERT! NOTE: Preferences variables (* Set NAME = value) are set within verbatim tags.
Line: 234 to 245
 
Definition List:
Three spaces, a dollar sign, the term, a colon, a space, followed by the definition.
Added:
>
>
Deprecated syntax: Three spaces, the term with no spaces, a colon, a space, followed by the definition.
 
   $ Sushi: Japan
Line: 255 to 269
 
  • |^| cell with caret indicating follow-up row of multi-span rows
  • You can split rows over multiple lines by putting a backslash '\' at the end of each line
  • Contents of table cells wrap automatically as determined by the browser
Changed:
<
<
  • Use &#124; or %VBAR% to add | characters in tables.
TIP The TablePlugin provides the |^| multiple-span row functionality and additional rendering features
>
>
  • Use %VBAR% or &#124; to add | characters in tables.
  • Use %CARET% or &#94; to add ^ characters in tables.
TIP The TablePlugin provides the |^| multiple-span row functionality and additional rendering features
 
| *L* | *C* | *R* |
Line: 290 to 306
  WikiWord Links:
CapitalizedWordsStuckTogether (or WikiWords) will produce a link automatically if preceded by whitespace or parenthesis.
TIP If you want to link to a topic in a different web write Otherweb.TopicName.
Changed:
<
<
HELP The link label excludes the name of the web, e.g. only the topic name is shown. As an exception, the name of the web is shown for the WebHome topic.
>
>
To link to a topic in a subweb write Otherweb.Subweb.TopicName.
HELP The link label excludes the name of the web, e.g. only the topic name is shown. As an exception, the name of the web is shown for the WebHome topic.
ALERT! Dots '.' are used to separate webs and subwebs from topic names and therefore cannot be used in topic names.
 
Changed:
<
<
It's generally a good idea to use the TWikiVariables %TWIKIWEB% and %MAINWEB% instead of TWiki and Main.
>
>
It's generally a good idea to use the TWikiVariables %SYSTEMWEB% and %USERSWEB% instead of TWiki and Main.
 
WebStatistics
Line: 300 to 318
 WebNotify

Sandbox

Added:
>
>
TopicName
 
Added:
>
>
 WebStatistics

WebNotify

Sandbox

Added:
>
>
TopicName
 
Anchors:
Changed:
<
<
You can define a reference inside a TWiki topic (called an anchor name) and link to that. To define an anchor write #AnchorName at the beginning of a line. The anchor name must be a WikiWord. To link to an anchor name use the [[MyTopic#MyAnchor]] syntax. You can omit the topic name if you want to link within the same topic.
>
>
You can define a reference inside a TWiki topic (called an anchor name) and link to that. To define an anchor write #AnchorName at the beginning of a line. The anchor name must be a WikiWord of no more than 32 characters. To link to an anchor name use the [[MyTopic#MyAnchor]] syntax. You can omit the topic name if you want to link within the same topic.
 
[[WikiWord#NotThere]]
Line: 342 to 366
 
[[wiki syntax]]
Changed:
<
<
Main.TWiki users
>
>
Main.TWiki groups
  escaped: [[wiki syntax]]
Line: 348 to 372
 [[wiki syntax]]
Added:
>
>
 wiki syntax
Changed:
<
<
Main.TWiki users
>
>
Main.TWiki groups
  escaped: [[wiki syntax]]
Line: 394 to 420
 
 <noautolink>
Changed:
<
<
RedHat & SuSE
>
>
RedHat & SuSE
 
Line: 399 to 424
 
Added:
>
>
 
Changed:
<
<
RedHat & SuSE
>
>
RedHat & SuSE
 
Line: 428 to 454
 Hi
Added:
>
>
Literal content:
TWiki generates HTML code from TWiki shorthand. Experts surround anything that must be output literally in the HTML code, without the application of TWiki shorthand rules, with <literal>..</literal> tags. ALERT! any HTML within literal tags must be well formed i.e. all tags must be properly closed before the end of the literal block. IDEA! TWiki Variables are expanded within literal blocks.
<literal>
| Not | A | Table |
<literal>
| Not | A | Table |
Protected content:
Experts protect text from mangling by WYSIWYG editors using <sticky>..</sticky> tags. Sticky tags don't have any effect on normal topic display; they are only relevant when content has to be protected from a WYSIWYG editor (usually because it isn't well-formed HTML, or because it is HTML that WYSIWYG would normally filter out or modify). Protected content appears as plain text in the WYSIWYG editor.
<sticky>
<div>
This div is required
</div>
<sticky>
This div is required
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiEditingShorthand.