From 18280249f49da9974453bf89de6ad82c854e958b Mon Sep 17 00:00:00 2001 From: Marxsal Date: Tue, 3 Jan 2017 10:07:48 -0800 Subject: [PATCH] Doc: How to turn off camel case (#2687) * Doc: How to turn off camel case * Changed title. Added tag. --- .../How to turn off Camel Case Linking.tid | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editions/tw5.com/tiddlers/howtos/How to turn off Camel Case Linking.tid diff --git a/editions/tw5.com/tiddlers/howtos/How to turn off Camel Case Linking.tid b/editions/tw5.com/tiddlers/howtos/How to turn off Camel Case Linking.tid new file mode 100644 index 000000000..fd14e3814 --- /dev/null +++ b/editions/tw5.com/tiddlers/howtos/How to turn off Camel Case Linking.tid @@ -0,0 +1,19 @@ +created: 20161209172820513 +modified: 20170101212038930 +tags: [[Customise TiddlyWiki]] Learning +title: How to turn off Camel Case Linking +type: text/vnd.tiddlywiki + +CamelCase is used in most Wikis, but it can interfere with text presentation in some situations. + +!! Turning off Camel Case locally + +To turn off a particular instance of a CamelCase text, simply put a tilde (~) in front of the word, like this: + +``` +~CamelCase +``` + +!! Turning off Camel Case globally + +To turn off CamelCase in all tiddlers, navigate to the [[Control Panel|$:/ControlPanel]]. Select the `Settings` tab and then scroll or read down to the ``Camel Case Wiki Links`` section and unselect ``Enable automatic CamelCase linking``. \ No newline at end of file