TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.04k stars 1.19k forks source link

[BUG] Automatic tiddler creation for PascalCase words #6532

Closed nicolnt closed 2 years ago

nicolnt commented 2 years ago

Describe the bug TiddlyWiki automatically creates links to new tiddler that I don't need. It generally happens when I write chemical formulae in their empirical form, where there is PascalCase in the name

To Reproduce Steps to reproduce the behavior:

  1. Create or edit a tiddler
  2. Write PascalCase text like "TestTest"
  3. See link to a non-existing tiddler called "TestTest"

Expected behavior Have no automatic tiddler link, because it creates false missing tiddlers

Screenshots image

TiddlyWiki Configuration (please complete the following information):

Desktop (please complete the following information):

saqimtiaz commented 2 years ago

You can turn off the creation of links for CamelCase words locally or globally: https://tiddlywiki.com/#CamelCase:CamelCase%20%5B%5BHow%20to%20turn%20off%20camel%20case%20linking%5D%5D

nicolnt commented 2 years ago

You can turn off the creation of links for CamelCase words locally or globally: https://tiddlywiki.com/#CamelCase:CamelCase%20%5B%5BHow%20to%20turn%20off%20camel%20case%20linking%5D%5D

OK thanks!! Maybe the documentation should call it PascalCase to better find this setting