summaryrefslogtreecommitdiff
path: root/TWiki/TextFormattingRules.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-03-16 00:07:53 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-03-16 00:07:53 +0000
commit60174ab11655a2c238a94d63e34fb71e268cc2cd (patch)
tree9450111ce730bc96405c27298426a73df8103fe7 /TWiki/TextFormattingRules.mdwn
parentc640800fd9f198adc396bc5c2467eb9e0a6a7b21 (diff)
none
Diffstat (limited to 'TWiki/TextFormattingRules.mdwn')
-rw-r--r--TWiki/TextFormattingRules.mdwn19
1 files changed, 14 insertions, 5 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn
index 94d22945..0c6f302e 100644
--- a/TWiki/TextFormattingRules.mdwn
+++ b/TWiki/TextFormattingRules.mdwn
@@ -1,6 +1,6 @@
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.
-**LINKS**
+## <a name="LINKS"> </a> LINKS
The Collaborative Work Area is a bunch of related links that are editable through your web browser.
@@ -9,12 +9,12 @@ The %WIKITOOLNAME% web has the following types of **_internal links:_**
* [[GoodStyle]] is a [[WikiWord]] that links to the GoodStyle topic located in the current %WIKITOOLNAME% 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!)
-**_External links:_**
+### <a name="External_links_"> External links: </a>
* `http://...`, `https://...`, `ftp://...` and `mailto:...@...` are linked automatically.
* Email addresses like `name@domain.com` are linked automatically.
-**EDITING**
+## <a name="EDITING"> </a> EDITING
<table border="3" cellpadding="2" cellspacing="2">
<tr>
@@ -249,14 +249,14 @@ Know.ReadmeFirst
</tr>
</table>
-**HTML**
+## <a name="HTML"> </a> 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.
* Overview of all HTML elements at <http://www.htmlhelp.com/reference/wilbur/overview.html>
* HTML 3.2 Reference Specification at <http://www.w3.org/TR/REC-html32.html>
-**WIKI VARIABLES**
+## <a name="WIKI_VARIABLES"> </a> WIKI VARIABLES
Variables are names that are enclosed in percent signs; they get expanded on the fly.
@@ -265,3 +265,12 @@ Variables are names that are enclosed in percent signs; they get expanded on the
* <code>%ATTACHURL%</code> : The attachment URL of the current topic. Example usage: If you attach a file to a topic you can refer to it as <code>**%ATTACHURL%/image.gif**</code> to show the URL of the file or the image in your text.
* <code>%INCLUDE\{"SomeTopic"\}%</code> : Server side include, includes another topic. The current %WIKITOOLNAME% web is the default web. Example: <code>**%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}%**</code>
* There are many more variables, see [[TWikiVariables]].
+
+## <a name="_WIKITOOLNAME_PLUGINS"> </a> %WIKITOOLNAME% PLUGINS
+
+%WIKITOOLNAME% 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]].