Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Editing ShorthandThese instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. | ||||||||
Line: 166 to 166 | ||||||||
| ||||||||
Changed: | ||||||||
< < | Multiple of three spaces, an asterisk, and another space.![]() | |||||||
> > | Multiple of three spaces, an asterisk, and another space.
![]() | |||||||
| ||||||||
Line: 191 to 191 | ||||||||
Added: | ||||||||
> > | Icon List: Multiple of three spaces, an asterisk, text icon:name and another space.
![]() name of any TWikiDocGraphics icon.
| |||||||
Numbered List: Multiple of three spaces, a type character, a dot, and another space. Several types are available besides a number: | ||||||||
Line: 295 to 320 | ||||||||
| ||||||||
Changed: | ||||||||
< < | CapitalizedWordsStuckTogether (or WikiWords) will produce a link automatically if preceded by whitespace or parenthesis. ![]() Otherweb.TopicName . To link to a topic in a subweb write Otherweb.Subweb.TopicName .![]() ![]() '.' are used to separate webs and subwebs from topic names and therefore cannot be used in topic names. | |||||||
> > | CapitalizedWordsStuckTogether (or WikiWords) will produce a link automatically if preceded by whitespace or parenthesis.
![]() Otherweb.TopicName .
![]() Otherweb.Subweb.TopicName .
![]() ![]() '.' are used to separate webs and subwebs from topic names and therefore cannot be used in topic names. | |||||||
It's generally a good idea to use the TWikiVariables %SYSTEMWEB% and %USERSWEB% instead of TWiki and Main.
| ||||||||
Line: 349 to 374 | ||||||||
Added: | ||||||||
> > | External Links: URLs starting with file , ftp , gopher , http , https , irc , mailto , news , nntp and telnet are linked automatically if preceded by whitespace or parenthesis. External links are indicated with a trailing ![]() ! exclamation point prefix.
| |||||||
Forced Links: | ||||||||
Changed: | ||||||||
< < | Use double square brackets to create forced links: Write [[link]] or [[link][label]] to force a link. Use the former for singleton words and if automatic linking is disabled. Use the latter one to specify a link label other than the link. For the link, you can use internal link references (e.g. WikiWords) and URLs (e.g. http://TWiki.org/![]() | |||||||
> > | Use double square brackets to create forced links: Write [[link]] or [[link][label]] to force a link. Use the former for singleton words and if automatic linking is disabled. Use the latter one to specify a link label other than the link. For the link, you can use internal link references (e.g. WikiWords) and URLs (e.g. http://TWiki.org/). | |||||||
![]() ![]() | ||||||||
Added: | ||||||||
> > | ![]() [[WikiWord]] links if the SHOWTOPICTITLELINK preferences setting is enabled. | |||||||
| ||||||||
Line: 388 to 436 | ||||||||
Added: | ||||||||
> > | Topic Title Links: Use double square brackets and a plus sign to create links with topic title: Write [[+TopicName]] or [[+Web.TopicName]] to show the topic title instead of the topic name. The topic title is defined by the form field named "Title", the topic preferences setting named TITLE, or the topic name if neither exists.
![]() [[TopicName][$topictitle]] or [[Web.TopicName][$topictitle]] .
| |||||||
Prevent a Link: Prevent a WikiWord from being linked by prepending it with an exclamation point. | ||||||||
Line: 403 to 474 | ||||||||
| ||||||||
Changed: | ||||||||
< < | You can disable automatic linking of WikiWords by surrounding text with <noautolink> and </noautolink> tags.![]() | |||||||
> > | You can disable automatic linking of WikiWords by surrounding text with <noautolink> and </noautolink> tags.
![]() | |||||||
| ||||||||
Line: 445 to 516 | ||||||||
Added: | ||||||||
> > | Twitter Links: @twitter IDs are linked automatically. The link rule is defined by the {Links}{TwitterUrlPattern} configure setting.
| |||||||
Verbatim Text: | ||||||||
Changed: | ||||||||
< < | Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.![]() verbatim tags disable HTML code. Use <pre> and </pre> tags instead if you want the HTML code within the tags to be interpreted.![]() | |||||||
> > | Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.
![]() verbatim tag disables HTML code. Use <pre> and </pre> tags instead if you want the HTML code within the tags to be interpreted.
![]() | |||||||
| ||||||||
Line: 476 to 561 | ||||||||
Literal Text: TWiki generates HTML code from TWiki shorthand. Experts surround anything that must be output literally in the HTML code, without the application of | ||||||||
Changed: | ||||||||
< < | TWiki shorthand rules, with <literal>..</literal> tags. ![]() ![]() | |||||||
> > | TWiki shorthand rules, with <literal>..</literal> tags.
![]() ![]() | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Editing ShorthandThese instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. | ||||||||
Line: 18 to 18 | ||||||||
Added: | ||||||||
> > | ||||||||
Paragraphs: Blank lines will create new paragraphs. | ||||||||
Line: 35 to 36 | ||||||||
Added: | ||||||||
> > | ||||||||
Headings: Three or more dashes at the beginning of a line, followed by plus signs and the heading text. One plus creates a top level heading, two pluses a second level heading, etc. The maximum heading depth is 6. | ||||||||
Changed: | ||||||||
< < | You can create a table of contents with the %TOC% variable. If you want to exclude a heading from the TOC, put !! after the ---+ .
| |||||||
> > | ![]() ![]() !! after the ---+ .
![]() | |||||||
| ||||||||
Line: 56 to 58 | ||||||||
Added: | ||||||||
> > | ||||||||
Bold Text: Words get shown in bold by enclosing them in * asterisks.
| ||||||||
Line: 69 to 72 | ||||||||
Added: | ||||||||
> > | ||||||||
Italic Text: Words get shown in italic by enclosing them in _ underscores.
| ||||||||
Line: 82 to 86 | ||||||||
Added: | ||||||||
> > | ||||||||
Bold Italic: Words get shown in bold italic by enclosing them in __ double-underscores.
| ||||||||
Line: 95 to 100 | ||||||||
Added: | ||||||||
> > | ||||||||
Fixed Font: Words get shown in fixed font by enclosing them in = equal signs.
| ||||||||
Line: 109 to 115 | ||||||||
Added: | ||||||||
> > | ||||||||
Bold Fixed Font: Words get shown in bold fixed font by enclosing them in double equal signs.
| ||||||||
Line: 124 to 131 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
![]() | |||||||
> > | ![]() ![]() | |||||||
| ||||||||
Added: | ||||||||
> > | _this fails too_ | |||||||
| ||||||||
Changed: | ||||||||
< < | _this does not _
| |||||||
> > | _this does not _ _this fails too_ | |||||||
Added: | ||||||||
> > | ||||||||
Separator (Horizontal Rule): Three or more three dashes at the beginning of a line.. | ||||||||
Line: 178 to 164 | ||||||||
Added: | ||||||||
> > | ||||||||
Bulleted List: Multiple of three spaces, an asterisk, and another space. ![]() | ||||||||
Line: 204 to 191 | ||||||||
Added: | ||||||||
> > | ||||||||
Numbered List: Multiple of three spaces, a type character, a dot, and another space. Several types are available besides a number:
| ||||||||
Line: 243 to 231 | ||||||||
Added: | ||||||||
> > | ||||||||
Definition List: Three spaces, a dollar sign, the term, a colon, a space, followed by the definition. | ||||||||
Line: 260 to 249 | ||||||||
Added: | ||||||||
> > | ||||||||
Table: Each row of the table is a line containing of one or more cells. Each cell starts and ends with a vertical bar '|'. Any spaces at the beginning of a line are ignored.
| ||||||||
Line: 303 to 293 | ||||||||
Added: | ||||||||
> > | ||||||||
WikiWord Links: CapitalizedWordsStuckTogether (or WikiWords) will produce a link automatically if preceded by whitespace or parenthesis. ![]() Otherweb.TopicName . | ||||||||
Line: 334 to 325 | ||||||||
Added: | ||||||||
> > | ||||||||
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 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. | |||||||
> > | 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. | |||||||
| ||||||||
Changed: | ||||||||
< < | To here | |||||||
> > | To here | |||||||
Line: 350 to 343 | ||||||||
Jump | ||||||||
Changed: | ||||||||
< < | To here | |||||||
> > | To here | |||||||
Added: | ||||||||
> > | ||||||||
Forced Links: | ||||||||
Changed: | ||||||||
< < | You can create a forced internal link by enclosing words in double square brackets.
Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; for example, [[text formatting FAQ]] links to topic TextFormattingFAQ. You can also refer to a different web and use anchors.
![]() | |||||||
> > | Use double square brackets to create forced links: Write [[link]] or [[link][label]] to force a link. Use the former for singleton words and if automatic linking is disabled. Use the latter one to specify a link label other than the link. For the link, you can use internal link references (e.g. WikiWords) and URLs (e.g. http://TWiki.org/![]() ![]() ![]() | |||||||
Changed: | ||||||||
< < | wiki syntax | |||||||
> > | WikiWord | |||||||
Changed: | ||||||||
< < | Main.TWiki groups | |||||||
> > | GNU![]() | |||||||
escaped: | ||||||||
Changed: | ||||||||
< < | [[wiki syntax]] | |||||||
> > | [[WikiSyntax]] | |||||||
Changed: | ||||||||
< < | wiki syntax | |||||||
> > | WikiWord | |||||||
Changed: | ||||||||
< < | Main.TWiki groups | |||||||
> > | WikiWord#TheSyntax | |||||||
Deleted: | ||||||||
< < | escaped:
[[wiki syntax]]
| |||||||
wiki syntax | ||||||||
Changed: | ||||||||
< < | GNU![]() | |||||||
> > | GNU![]() | |||||||
Changed: | ||||||||
< < | wiki syntax | |||||||
> > | Singleton | |||||||
Changed: | ||||||||
< < | GNU![]() | |||||||
> > | escaped: [[WikiSyntax]] | |||||||
Added: | ||||||||
> > | ||||||||
Prevent a Link: Prevent a WikiWord from being linked by prepending it with an exclamation point. | ||||||||
Line: 414 to 401 | ||||||||
Added: | ||||||||
> > | ||||||||
Disable Links: You can disable automatic linking of WikiWords by surrounding text with <noautolink> and </noautolink> tags.![]() | ||||||||
Line: 432 to 420 | ||||||||
Added: | ||||||||
> > | ||||||||
Mailto Links: E-mail addresses are linked automatically. To create e-mail links that have more descriptive link text, specify subject lines or message bodies, or omit the e-mail address, you can write [[mailto:user@domain][descriptive text]] .
| ||||||||
Line: 454 to 443 | ||||||||
Hi | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | Literal content: | |||||||
> > | Verbatim Text: Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.![]() verbatim tags disable HTML code. Use <pre> and </pre> tags instead if you want the HTML code within the tags to be interpreted.![]()
| |||||||
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. ![]() | ||||||||
Line: 475 to 492 | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | Protected content: | |||||||
> > |
Protected Text: | |||||||
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 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Editing Shorthand | ||||||||
Added: | ||||||||
> > | These instructions are for contributors who prefer to use the Raw Edit over the default WYSIWYG editor. | |||||||
|
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | TWiki Editing Shorthand | |||||||
> > | TWiki Editing Shorthand | |||||||
Deleted: | ||||||||
< < | ||||||||
Line: 502 to 500 | ||||||||
Deleted: | ||||||||
< < | ||||||||
Added: | ||||||||
> > | Related topics: WikiSyntax, WikiWord, WikiNotation, TextFormattingRules, TWikiRenderingShortcut, TWikiShorthand |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
TWiki Editing Shorthand | ||||||||
Line: 6 to 6 | ||||||||
| ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Formatting Command:
| ||||||||
Line: 131 to 139 | ||||||||
Changed: | ||||||||
< < | Verbatim (Literal) Text: | |||||||
> > | Verbatim Text: | |||||||
Surround code excerpts and other formatted text with <verbatim> and </verbatim> tags.![]() verbatim tags disable HTML code. Use <pre> and </pre> tags instead if you want the HTML code within the tags to be interpreted.![]() | ||||||||
Line: 234 to 245 | ||||||||
| ||||||||
Added: | ||||||||
> > | Deprecated syntax: Three spaces, the term with no spaces, a colon, a space, followed by the definition. | |||||||
| ||||||||
Line: 255 to 269 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
![]() |^| multiple-span row functionality and additional rendering features | |||||||
> > |
![]() |^| multiple-span row functionality and additional rendering features | |||||||
| ||||||||
Line: 290 to 306 | ||||||||
WikiWord Links: CapitalizedWordsStuckTogether (or WikiWords) will produce a link automatically if preceded by whitespace or parenthesis. ![]() Otherweb.TopicName . | ||||||||
Changed: | ||||||||
< < | ![]() | |||||||
> > | To link to a topic in a subweb write Otherweb.Subweb.TopicName .![]() ![]() '.' 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. | |||||||
| ||||||||
Line: 300 to 318 | ||||||||
WebNotify | ||||||||
Added: | ||||||||
> > | TopicName | |||||||
Added: | ||||||||
> > | ||||||||
WebStatistics | ||||||||
Line: 307 to 328 | ||||||||
WebNotify | ||||||||
Added: | ||||||||
> > | TopicName | |||||||
| ||||||||
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. | |||||||
| ||||||||
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 | ||||||||
| ||||||||
Changed: | ||||||||
< < | RedHat & SuSE | |||||||
> > | RedHat & SuSE | |||||||
Line: 399 to 424 | ||||||||
Added: | ||||||||
> > | ||||||||
Changed: | ||||||||
< < | RedHat & SuSE | |||||||
> > | RedHat & SuSE | |||||||
Line: 428 to 454 | ||||||||
Hi | ||||||||
Added: | ||||||||
> > |
| |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | TWiki Editing Shorthand' | |||||||
> > | TWiki Editing Shorthand | |||||||
Line: 255 to 255 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
![]() |^| multiple-span row functionality and additional rendering features
|
Line: 1 to 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Added: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> > | TWiki Editing Shorthand'
|