Difference: TextFormattingRules (15 vs. 16)

Revision 162001-03-16 - PeterThoeny

Line: 1 to 1
 It is easy to collaborate; just type your text. You don't need to know HTML at all, though you can use it if you prefer. Links to topics will be created automatically, as long as you follow these simple Text Formatting Rules. TextFormattingFAQ has answers to frequently asked questions about text formatting.
Changed:
<
<
LINKS
>
>

LINKS

  The Collaborative Work Area is a bunch of related links that are editable through your web browser.
Line: 9 to 9
 
  • GoodStyle is a WikiWord that links to the GoodStyle topic located in the current TWiki web.
  • NotExistingYet is a topic waiting to be written. You could create that topic by clicking on the question mark. (Do not create that topic; you would wreck this example!)
Changed:
<
<
External links:
>
>

External links:

 
  • http://..., https://..., ftp://... and mailto:...@... are linked automatically.
  • Email addresses like name@domain.com are linked automatically.
Changed:
<
<
EDITING
>
>

EDITING

 
Line: 364 to 365
 
Changed:
<
<
HTML
>
>

HTML

  Most HTML tags will work, but it's almost always preferable not to use HTML, so that the markup remains easy for everyone to edit.

Changed:
<
<
WIKI VARIABLES
>
>

WIKI VARIABLES

  Variables are names that are enclosed in percent signs; they get expanded on the fly.
Line: 380 to 382
 
  • %ATTACHURL% : The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as %ATTACHURL%/image.gif to show the URL of the file or the image in your text.
  • %INCLUDE{"SomeTopic"}% : Server side include, includes another topic. The current TWiki web is the default web. Example: %INCLUDE{"TWiki.TWikiWebsTable"}%
  • There are many more variables, see TWikiVariables.
Added:
>
>

TWiki PLUGINS

TWiki Plugins offer additional text formatting rules. Plugins currently installed are:

  • DefaultPlugin: The default plugin is used for some depreciated rendering of older TWiki versions.

Learn more about plugins in TWikiPlugins and TWikiPreferences.

 
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.TextFormattingRules.