While writing content I often have to use technical terms, like
JavaScript, which when spelled properly qualify as a WikiWord, and get
rendered as such (with the italics because I don't have a tiddler to
match it). I know as I am typing that it isn't a word I want it to
treat as a WikiWord. How do I prevent this?
I know if I want a non-WikiWord to render a link to surround it with [[
and ]]. I need the inverse of this I guess.
Any help? And forgive me if this falls into the 'doh' category...
Thanks
Oh, and mucho gracias...
Hi Dewey... welcome to the party! There's some basic starting
information on the core TiddlyWiki site. Here's a couple of links to
get you started...
http://www.tiddlywiki.com/#MainFeatures
http://www.tiddlywiki.com/#WikiWordEscape
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
http://www.TiddlyTools.com
"Small Tools for Big Ideas!
Thanks for the welcome to the party... I only wish I had gotten the
invite earlier. Now having said that, I was looking at a plugin
earlier (DisableWikiLinksPlugin) that prevented the rendering engine
from actually doing the WikiWord handling, relying on the author using
the [[ ]] mechanism. Unfortunately upon load, it was squawking about
the formatting array not existing (Error in customConfig - TypeError:
config.formatters has no properties). I am using the unmodified (no
other plugins) Nathan Bowers GTD Wiki that I created within the last
week. Environment: Windows XP - SP2, using Firefox 1.0.6
Any thoughts?
config.formatters is an internal TW core variable that is part of the
"wikify" engine used to draw the TiddlyWiki contents. This variable
was added quite a while ago, but probably after whatever version
Nathan's GTD is based on.
There are several 'modern' GTD implementations currently available from
different places. I suggest visiting the GTD TiddlyWiki discussion to
learn more. The folks over there (who are also mostly the folks over
here as well) have all the latest GTD details, and are generally very
helpful:
http://groups.google.com/group/GTD-TiddlyWiki?lnk=li
HTH,