List Widget and Tiddlers with space in their name and Camel Case words: Is it a bug?

33 views
Skip to first unread message

Mohammad

unread,
Jun 29, 2018, 3:06:22 AM6/29/18
to TiddlyWiki

Loo at the example here


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

Jeremy Ruston

unread,
Jun 29, 2018, 3:17:51 AM6/29/18
to tiddl...@googlegroups.com
Hi Mohammad

The double angle brackets syntax for transcluding a variable results in the text being wikified. Try <$text text=<<myTid>>/> instead.

Best wishes

--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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.

Mohammad

unread,
Jun 29, 2018, 3:28:39 AM6/29/18
to TiddlyWiki
Thanks Jeremy!

The issue solved!

/Mohammad
Reply all
Reply to author
Forward
0 new messages