On Monday, September 28, 2020 at 7:42:34 AM UTC-7, Jon Light wrote: > > It is not a big deal but I have noticed that when I enter Scottish > surnames - MacInnes for instance Tiddlywiki sets up a link automatically > which leads to a requestor asking me if I want to create a new tiddler of > that name. >
Any text that starts with a capital letter, and contains another capital letter within it is called "CamelCase", and is treated as an automatic "WikiLink" reference to a tiddler (even if that tiddler doesn't exist yet). You can disable this handling in several ways: 1) For single occurrences, just precede the text with "~", as in "~MacInnes" 2) Disable automatic WikiLinks in an entire tiddler, by putting "\define tv-wikilinks() no" at the start of the tiddler (see https://tiddlywiki.com/#tv-wikilinks%20Variable) 3) Disable automatic WikiLinks in the whole file, by clearing the "Enable automatic CamelCase linking" checkbox in $:/ControlPanel, Settings tab or by directly setting the text content of $:/config/WikiParserRules/Inline/wikilink to "disable". enjoy, -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2becd0f9-50e9-41b9-8a0f-bf59bf12c89bo%40googlegroups.com.

