[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-27 Thread @TiddlyTweeter
IMO only Gandalf has access to "Wikify Level" :-) On Thursday, 27 July 2017 20:29:59 UTC+2, Thomas Elmiger wrote: > > I think you should send your tiddler name through the wikify widget: > http://tiddlywiki.com/#WikifyWidget > > Good luck ;–) -- You received this message because you are subscr

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-27 Thread 'Mark S.' via TiddlyWiki
You're trying to concatenate and pass a parameter. Usually when you need to concatenate, you need to invoke a macro. But you already have a macro, so you can revise that one: \define modal_link(name prefix) <$macrocall $name="render_modal_link" title="""$name$""" tidd= """$prefix$/$name$"""/> \e

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-27 Thread Thomas Elmiger
I think you should send your tiddler name through the wikify widget: http://tiddlywiki.com/#WikifyWidget Good luck ;–) -- 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 emai

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-24 Thread mystikite
Any Suggestions? Please? :) On Saturday, July 22, 2017 at 12:38:45 PM UTC-4, myst...@gmail.com wrote: > > > I saw a similar post addressing this for $variable$ types. > My problem is that i am using <$set> w/ a filter to get the tiddler title > based on a name passed to it, which restricts me to

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-23 Thread mystikite
So I have hit another stopping block. one of the things this modal needs to do, is pass a tiddler title that has a transclusion in it. I read a previous post about needing to defer the transclusion, and i believe I have done so.. but it refuses to work. The first call to the macro works great

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-23 Thread mystikite
So I have hit another stopping block. one of the things this modal needs to do, is pass a tiddler title that has a transclusion in it. I read a previous post about needing to defer the transclusion, and i believe I have done so.. but it refuses to work. The first call to the macro works great

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-22 Thread Eric Shulman
On Saturday, July 22, 2017 at 9:38:45 AM UTC-7, myst...@gmail.com wrote: > > I saw a similar post addressing this for $variable$ types. > My problem is that i am using <$set> w/ a filter to get the tiddler title > based on a name passed to it, which restricts me to the <> usage. > The below macro

[tw] Re: TW5 can't pass a tiddler w/ spaces as a macro param

2017-07-22 Thread PMario
Hi, Try this: <$set name="tit" value="""$title$"""> see: http://tiddlywiki.com/#Macro%20Calls%20in%20WikiText -m -- 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