From d5ea5de82c9b16edcae6c46503e75a2374be9349 Mon Sep 17 00:00:00 2001 From: MikeMannix Date: Sun, 2 Dec 2001 08:07:19 +0000 Subject: none --- TWiki/TextFormattingRules.mdwn | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 08ebf049..1abdca91 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -1,6 +1,6 @@ %TOC\{depth="4"\}% %STARTINCLUDE% -# Appendix C: Text Formatting Rules +# TWiki Text Formatting Working in TWiki is as easy as typing in text - exactly like email. You don't need to know HTML, though you can use it if you prefer. Links to topics are created automatically when you enter [[WikiWords]]. And TWiki shorthand gives you all the power of HTML with a simple coding system that takes no time to learn. It's all layed out below - refer back to this page in a pop-up window from the **Edit** screen. @@ -214,7 +214,7 @@ Know.ReadmeFirst - Forced Links:
You can create a forced internal link by enclosing words in double square brackets.
Note: Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. [[text formatting FAQ]] links to topic Text Formatting FAQ?. You can also refer to a different web and use anchors. + #SquareBrackets Forced Links:
You can create a forced internal link by enclosing words in double square brackets.
Note: Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces; i.e. [[text formatting FAQ]] links to topic Text Formatting FAQ?. You can also refer to a different web and use anchors.
 [[wiki syntax]]
 
@@ -281,38 +281,14 @@ Being able to create links without any formatting required is a core TWiki featu
 
 * [[Square bracket rules]] let you easily create non-WikiWord links.
 
-##  TWiki Variables 
+##  TWikiPlugin Formatting Extensions 
 
-Variables are names that are enclosed in percent signs `%` that are expanded on the fly.
+Plugins provide additional text formatting capabilities and can extend the functionality of %WIKITOOLNAME% into many other areas. For example, the optional [SpreadSheetPlugin](http://twiki.org/cgi-bin/view/Plugins/SpreadSheetPlugin) lets you create a spreadsheet with the same basic notation used in TWiki tables.
 
-* %TOC% : Automatically generates a table of contents based on headings in a topic - see the top of this page for an example.
-
-* %WEB% : The current web, is **%WEB%**.
-
-* %TOPIC% : The current topic name, is **%TOPIC%**.
-
-* %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 %WIKITOOLNAME% web is the default web. Example: **%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}%**
-
-* There are many more variables, see **[[TWikiVariables]]**.
-
-##  Common Editing Errors 
-
-TWiki formatting rules are fairly simple to use and quick to type. However, there are some things to watch out for, taken from the [[TextFormattingFAQ]]:
-
-* **Q:** Text enclosed in angle brackets like `` is not displayed. How can I show it as it is?
-  * **A:** The `'<'` and `'>'` characters have a special meaning in HTML, they define HTML tags. You need to escape them, so write `'<'` instead of `'<'`, and `'>'` instead of `'>'`. 
Example: Type `'prog <filename>'` to get `'prog '`. - -* **Q:** Why is the `'&'` character sometimes not displayed? - * **A:** The `'&'` character has a special meaning in HTML, it starts a so called character entity, ex: `'©'` is the `©` copyright character. You need to escape `'&'` to see it as it is, so write `'&'` instead of `'&'`.
Example: Type `'This & that'` to get `'This & that'`. - -## TWiki Plugins - -Plugins provide additional text formatting capabilities and can extend the functionality of %WIKITOOLNAME% into many other areas. For example, one optional Plugin lets you create a basic spreadsheet in a similar way to tables. Available Plugins are located in the [[TWikiPlugins]] web on TWiki.org. Currently enabled plugins on here: +Available Plugins are located in the [Plugins](http://twiki.org/cgi-bin/view/Plugins) web on TWiki.org. Currently enabled plugins on this TWiki installation, as listed by %PLUGINDESCRIPTIONS%: %PLUGINDESCRIPTIONS% Check on current Plugin status and settings for this site in [[TWikiPreferences]]. --- [[MikeMannix]] - 02 Oct 2001
+-- [[Main/MikeMannix]] - 02 Dec 2001 -- cgit v1.2.3