> ...I am searching for a method to disable the formatting of WikiWords
> on the fly in a tiddler. Using Eric's DisableWikiLinksPlugin is not an
> option as I only need this behavior when including information that
> shall not be handled in that regard.
...
> It could look like:
> <<switchWikiWords off>>
> ..my text without wikiwords
> <<switchWikiWords on>>
Actually, you *can* use DisableWikiLinksPlugin in the manner you
describe. Try this:
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
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
-~----------~----~----~----~------~----~------~--~---