I have a simple macro to count number of tiddlers under a input filter. Title is countTiddlers.
It is tagged with $:/tags/Macro The content is: \define countTiddlers(filter) <$count filter="[$filter$]"/> \end Now, from a different tiddler, I access that macro. <<countTiddlers tag[Tag Tiddler Title With Space]>> If the tag tiddler title has space, it doesn't work. Also, it didn't work for title[Tiddler Title With Space] and other filters with spaces. As a test, is[system], tag[TagTiddlerTitleWithoutSpace] and any other filters without spaces work fine. So, is there anything I did wrong here? Or, is there anyway to get around it? -- 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 post to this group, send email to [email protected]. 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/438236e0-c1ae-400a-a392-970ebe8bcad9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

