> I really like TW a lot. But what I hate about is are the full > automatic WikiWords. Since I work as a programmer nearly every class, > method and var -name is a wiki word. So I use these words in my notes > regularely and therefore have to mess around with """ a lot.
> The text looks really ugly while editing and is very confusing. Also > it takes a lot of time to mark all these words as non WikiWord. > > In other wikis they use another approach. They mark the words which > should be wiki words with [[WikiWord]]. I would prefer this method > over the current one. TW also uses [[...]] to create explicit links, even for tiddler titles that are *not* WikiWords. To prevent an unbracketed WikiWord from being automatically linked, you can precede it by a tilde, i.e., ~WikiWord. You can, as you've noted, also use the triple-quotes "nowiki" syntax to prevent automatic linking of a single word. However, this syntax is really meant to be used with extended blocks of content to bypass *all* wiki formatting within that content. > Is there any chance of making this a new feature of TiddlyWiki in the > future or does anyone know a workaround? This plugin will give you more control over automatic linking: http://www.TiddlyTools.com/#DisableWikiLinksPlugin You can use it to block *all* automatic linking, and/or tag as tiddler with 'excludeWikiWords' to block auto-linking in that specific tiddler, and/or create a white-space separated 'glossary' of excluded words in DisableWikiLinksList. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

