mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-28 04:19:56 +00:00
18280249f4
* Doc: How to turn off camel case * Changed title. Added tag.
19 lines
705 B
Plaintext
19 lines
705 B
Plaintext
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``. |