On Monday, August 17, 2020 at 6:45:32 AM UTC-7, Werner wrote: > > Eric, your solution only seems to work with static text, like > \rules except wikilink > CamelCaseText > > and not in a situation when the camel case text is generated > programatically like transclusion. > Any clue would be greatly appreciated >
ok... try this instead of the \rules \define tv-wikilinks() no This will suppress *all* links in the tiddler (except for external links, i.e., "http://...") Alternatively, you can write: <$vars tv-wikilinks=no><$transclude tiddler="SomeTiddler" mode="block" /></$vars> This will only suppress the links for that specific transclusion, but render all other links as usual -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/9ba07181-26a9-47ab-b75f-2bb796f6dfddo%40googlegroups.com.

