Loo at the example here

http://revealgradually.tiddlyspot.com/#Is%20this%20a%20bug%3F

A small macro lists the tiddlers tagged with "KeeBoord". KeeBoord is a 
tiddler. The subtiddlers have names like "KeeBoord Installtion - 
Introduction"



\define m2(myTag)
<$list filter='[tag[$myTag$]]' variable="myTid">
<li> <<myTid>></li>
</$list>
\end


<<m2 "KeeBoord">>

*Macro Output*

As there is a camel case word in the title, it converted into a link, but 
it is part the tiddler name and one expects to have the whole title as a 
regular text not part as a link!
How it can be solved? Please note I dont want to turn off the Camel case 
wiki link in the setting!


/Mohammad

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/46741020-38a3-4264-9189-f41cf4f9d517%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to