Spaced Out Wiki Word Plugin
Display TWiki links spaced out: WebHome is displayed as Web Home.Or use this plugin to display "underscore topic names" like Topic_name as Topic name.
On this page:
Space Out Options
You can choose to switch on or off either display option. Spaced out WikiWords will definitely make links more readable, but they can also produce "Odd Looking Sentence Case" links. Use underscore topic names if you want total control over links:- (Optionally) disable automatic linking of WikiWords. Do this if you are in the position to teach your users to only write links in bracket notation like
[[WebHome]]. This is also how Wikipedia links are written. Bracket notation is necessary to create links for underscore topic names, but you can also mix both link notations.- In Main.TWiki Preferences write
[3 spaces]* Set NOAUTOLINK = on
- In Main.TWiki Preferences write
- Use bracket notation without explicit link labels:
-
[[WebHome][TWiki Web Home]]- explicit link label, no spacing out -
[[WebHome]]- link is label, so no explicit link label: this is spaced out
-
- Use underscores to create natural looking links:
- A topic name such as
[[Human_evolution]]will be rendered as Human evolution - Plain topic names like
Human_evolutionare not expanded; always use bracket notation
- A topic name such as
Syntax Rules
WikiWord links
You don't have to write any syntax. If this plugin is enabled, wiki words are automatically spaced out. Automatically spaced out are:TopicName, Web.TopicName, [[TopicName]].
Explicitly written link labels are not spaced out. Examples: [[TopicName][TopicName]] or [[TopicName][SomeOtherName]].
Underscore links
SPACE_OUT_UNDERSCORE_LINKS needs to be set to 1. Automatically spaced out are: [[Underscore_topic]], but not Underscore_topic (without brackets).
Spacing out search results
Link labels in search results are also considered 'explicit':[[$web.$topic][$topic]]... is not spaced out automatically. Instead write:
[[$web.$topic][$percntSPACEOUT{$topic}$percnt]]
to generate: Spaced Wiki Word Plugin
More info on search syntax in Formatted Search.
Preventing spacing out of some words
Some words (often brand names and medical terms) are written in CamelCase notation and should not be spaced out. For example: CamelCase, DaimlerChrysler, MasterCard. Define a list of words that should not get spaced out withDONTSPACE at the Plugin Settings below.
Troubleshooting
My links do not display spaced out
- At Plugin test below, check if this plugin is enabled and if the correct spacing settings are applied.
- You have used an explicit link label: with
[[WebHome][TWiki Web Home]], "WebHome" is not spaced out. Use[[WebHome]]or[[WebHome][TWiki %SPACEOUT{"WebHome"}%]] - You have used underscore topic names without bracket notation. Always write
[[Human_evolution]] - You are showing links from a search result. See Search Results above.
I try to write anchors with underscores
Anchors written as#Some_anchor are not supported. Use WikiWord syntax instead: #SomeAnchor
Some word are spaced out but shouldn't
See Preventing Space Out.Plugin Settings
Plugin settings are stored as preferences variables.- One line description, shown in the Text Formatting Rules topic:
- Set SHORTDESCRIPTION = Display TWiki links spaced out
- List of words that should not be spaced out (separated by commas):
- Set DONTSPACE = Poly Hub
- Where spacing is applied.
-
SPACE_OUT_WIKI_WORD_LINKSwill space outWikiWordlinks toWiki Wordlinks- Set SPACE_OUT_WIKI_WORD_LINKS = 1
-
SPACE_OUT_UNDERSCORE_LINKSwill space outTopic_namelinks toTopic namelinks- Set SPACE_OUT_UNDERSCORE_LINKS = 1
- Remove anchor dashes when writing
[[#SomeAnchor]]- Set REMOVE_ANCHOR_DASHES = 1
-
- Debug plugin: (See output in
data/debug.txt)- Set DEBUG = 0
Plugin Tests
- This plugin is enabled.
- WikiWord links will be spaced out.
- Underscore_topic links will be spaced out.
-
NOAUTOLINKis not set. WikiWords will automatically create links. Test: Spaced Wiki Word Plugin - Anchor dashes will be removed. Test: Plugin Settings
Plugin Installation Instructions
To install plugin:- Unzip the archive to the top of your directory
- TWiki 4 and higher: Visit
configurein your TWiki installation, and enable the plugin in the {Plugins} section.
Plugin Info
| Plugin Author: | TWiki:Main.MartinCleaver (2002, 2004), TWiki:Main.ArthurClemens (2007) |
| Plugin Version: | 05 May 2007 |
| History: | |
| 05 May 2007 | Arthur Clemens: fixed a wrong function call, thanks TWiki:Main.JohnFitzpatrick. |
| 04 May 2007 | Arthur Clemens: spacing out uses a Core function (from Plugins version 1.13; fallback for older versions); added support for spacing out of "underscore topic names"; added optional removal of anchor dashes. |
| 20 Apr 2007 | Arthur Clemens: updated with regexes from TWiki Core spaceOutWikiWord; added DONTSPACE option. |
| 12 Apr 2004 | Updated for TWiki 3 |
| 14 Apr 2002 | First release |
| CPAN Dependencies: | none |
| Other Dependencies: | none |
| Perl Version: | 5.0 |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/SpacedWikiWordPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/SpacedWikiWordPluginDev |
| Download: | http://TWiki.org/cgi-bin/view/Plugins/SpacedWikiWordPlugin |
| Topic SpacedWikiWordPlugin . { Edit | Attach | Backlinks: Web All webs | Printable | History: r2 < r1 More } |