From 90e68c86d61cc28a786e47c4d08e2117324b3ba1 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Tue, 19 Sep 2000 08:08:15 +0000 Subject: [PATCH] none --- TWiki/TWikiHistory.mdwn | 3 ++- TWiki/TWikiVariables.mdwn | 6 +++++- TWiki/TextFormattingRules.mdwn | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/TWiki/TWikiHistory.mdwn b/TWiki/TWikiHistory.mdwn index 68af5c3..6538bb0 100644 --- a/TWiki/TWikiHistory.mdwn +++ b/TWiki/TWikiHistory.mdwn @@ -80,6 +80,7 @@ - [[PeterThoeny]] - 29 Jul 2000: New variables `%GMTIME{"..."}%` and `%SERVERTIME{"..."}%` . More in [[TWikiVariables]]. - [[PeterThoeny]] - 16 Aug 2000: New [[TWikiPreferences]] variables `%HTTP_EQUIV_ON_VIEW%` , `%HTTP_EQUIV_ON_EDIT%` and `%HTTP_EQUIV_ON_PREVIEW%` that define the `` meta tags for the TWiki templates. This can be used for example to set a document expiration time. - [[PeterThoeny]] - 19 Aug 2000: Ref-By link searches all webs (not just the current web.) +- [[AlWilliams]], [[ManpreetSingh]] - 18 Sep 2000: Added forced internal links. Write `[[text formatting FAQ]]` to get the link [[text formatting FAQ|Main/TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]]. **Related Topics** @@ -87,4 +88,4 @@ - [[TWikiPlannedFeatures]] has a list of planned features. - [[TWikiEnhancementRequests]] is the place where you can add your enhancement requests. --- [[PeterThoeny]] - 20 Aug 2000
+-- [[PeterThoeny]] - 18 Sep 2000
diff --git a/TWiki/TWikiVariables.mdwn b/TWiki/TWikiVariables.mdwn index abe93d4..fe7a3a8 100644 --- a/TWiki/TWikiVariables.mdwn +++ b/TWiki/TWikiVariables.mdwn @@ -58,6 +58,10 @@ TWiki expands the following variables enclosed in % percent signs: The current topic name, is %TOPIC% + %SPACEDTOPIC% + The current topic name with added spaces, for regular expression search of Ref-By, is + + %GMTIME% GM time, is 29 Jun 2010 - 15:24 @@ -234,4 +238,4 @@ Additional variables are defined in the preferences ( site-level ( **_SL_** ) in --- [[PeterThoeny]] - 17 Aug 2000
+-- [[PeterThoeny]] - 18 Sep 2000
diff --git a/TWiki/TextFormattingRules.mdwn b/TWiki/TextFormattingRules.mdwn index 6941040..43c6dce 100644 --- a/TWiki/TextFormattingRules.mdwn +++ b/TWiki/TextFormattingRules.mdwn @@ -4,13 +4,14 @@ It is easy to collaborate, just type your text. You don't need to know HTML at a The Collaborative Work Area is a bunch of related links that are editable through your web browser. -The TWiki web has the following types of internal links: +The TWiki web has the following types of **_internal links:_** - [[GoodStyle]] is a topic that is part of 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!) - [[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 `[[text formatting FAQ]]` to get [[text formatting FAQ|Main/TextFormattingFAQ]] that links to topic [[TextFormattingFAQ]]. Text within the brackets may contain optional spaces. You can also refer to a different web, i.e. `[[Main.TWiki users]]` points to [[TWikiUsers]] in the Main web. -External links: +**_External links:_** - `http://...`, `https://...`, `ftp://...` and `mailto:...@...` are linked automatically. - Email addresses like are linked automatically. -- 1.9.4