summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2000-11-01 23:58:30 +0000
committerPeter Thoeny <web-hurd@gnu.org>2000-11-01 23:58:30 +0000
commit9d8eb94a66d04bcdacc2c6126d440d3a9de61917 (patch)
treeeac2e9b7757f0890a853ac7a36b59439a3931f09
parente3be9a8d5332b072822c82d8d8adda304777bbe0 (diff)
none
-rw-r--r--TWiki/TextFormattingRules.mdwn7
1 files changed, 3 insertions, 4 deletions
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn
index b8dbec8b..27a722b1 100644
--- a/TWiki/TextFormattingRules.mdwn
+++ b/TWiki/TextFormattingRules.mdwn
@@ -6,10 +6,8 @@ The Collaborative Work Area is a bunch of related links that are editable throug
The TWiki web has the following types of **_internal links:_**
-* [[GoodStyle]] is a topic that is part of the current TWiki web.
+* [[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!)
-* [[Know/ReadmeFirst]] is a topic in a different TWiki web. (You write it as _Web.TopicName_ , but it will show up as _TopicName_ )
-* You can create a forced internal link by enclosing words in double square brackets, i.e. write <code>[[text formatting FAQ]]</code> to get [[TextFormattingFAQ]] that links to topic [[TextFormattingFAQ]]. Text within the brackets may contain optional spaces. You can also refer to a different web, i.e. <code>[[Main.TWiki users]]</code> points to [[Main/TWikiUsers]] in the Main web.
**_External links:_**
@@ -18,7 +16,8 @@ The TWiki web has the following types of **_internal links:_**
**EDITING**
-* CapitalizedWordsStuckTogether will produce a link automatically.
+* CapitalizedWordsStuckTogether (or [[WikiWords]]) will produce a link automatically. In case you want to link to a topic in a different %WIKITOOLNAME% web write `Web.TopicName`, i.e. write `Know.ReadmeFirst` to link to [[Know/ReadmeFirst]] located in the Know web.
+* You can create a forced internal link by enclosing words in double square brackets, i.e. write <code>[[text formatting FAQ]]</code> to get [[TextFormattingFAQ]] that links to topic [[TextFormattingFAQ]]. Text within the brackets may contain optional spaces; the topic name is formed by capitalizing the initial letter and by removing the spaces. You can also refer to a different web, i.e. <code>[[Main.TWiki users]]</code> points to [[Main/TWikiUsers]] in the Main web.
* Blank lines will create new paragraphs.
* Words get **bold** by enclosing them in **\*** asterisks
* Words get _italic_ by enclosing them in **\_** underscores