I wrote:
--------------
before: this WikiWord is linked
<<tiddler {{config.options.chkDisableWikiLinks=true;'';}}>>
during: this WikiWord is not a link
<<tiddler {{config.options.chkDisableWikiLinks=false;'';}}>>
after: this WikiWord is linked

tobbbie replied:
> Thanks - a little complicated to remember, but it works :-)

For a cleaner syntax, you can install:
   http://www.TiddlyTools.com/#AdvancedOptionsPlugin

Among the features this plugin adds is to extend the TW core <<option
ID>> macro to permit direct assignment of values by adding "=value" as
a suffix to the ID (i.e., <<option ID=value>>).  When this suffix is
present, instead of rendering an interactive input field or checkbox,
the macro simply sets the indicated option to the specified value
without producing any visible output.  To set a checkbox (boolean)
option, use keyword "true" or "false" (without quotes) as the value.

Like this:

before: this WikiWord is linked
<<option chkDisableWikiLinks=true>>
during: this WikiWord is not a link
<<option chkDisableWikiLinks=false>>
after: this WikiWord is linked

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to