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.
![]() ![]() | |||||||
|