[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-29 Thread 'Mark S.' via TiddlyWiki
Thanks Eric. I had realized for some time that the first version never worked, but couldn't quite explain why. Mark On Thursday, July 27, 2017 at 9:04:35 PM UTC-7, Eric Shulman wrote: > > On Thursday, July 27, 2017 at 7:43:27 PM UTC-7, TonyM wrote: >> >> \define subtiddler() <> - <> >> > > On

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-29 Thread TonyM
Eris, It makes sense, Thanks On Friday, July 28, 2017 at 2:04:35 PM UTC+10, Eric Shulman wrote: > > On Thursday, July 27, 2017 at 7:43:27 PM UTC-7, TonyM wrote: >> >> \define subtiddler() <> - <> >> > > On Friday, July 28, 2017 at 12:01:26 AM UTC+10, Mark S. wrote: > >> \define fulltitle() $(

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-29 Thread TonyM
Mark, I am not sure why I reverted your example as well, Thanks that works, arghh TonyM On Friday, July 28, 2017 at 1:44:43 PM UTC+10, Mark S. wrote: > > I'm not sure why you reverted my example. Using macros within macros has > proven unreliable to me, though I'm sure some of the gurus know ex

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread Eric Shulman
On Thursday, July 27, 2017 at 7:43:27 PM UTC-7, TonyM wrote: > > \define subtiddler() <> - <> > On Friday, July 28, 2017 at 12:01:26 AM UTC+10, Mark S. wrote: > \define fulltitle() $(currentTiddler)$-$(currentTab)$ > The difference between the first and second example is that the first synta

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread 'Mark S.' via TiddlyWiki
I'm not sure why you reverted my example. Using macros within macros has proven unreliable to me, though I'm sure some of the gurus know exactly when it will work if they would ever explain it. In any event, when I reverted to my example, and used (as the tabs template, but it worked just as we

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread TonyM
Mark s, Thanks for the suggestion, its appreciated. I did go down that path, but I tried again, the template "subTiddlerView" now reads; \define subtiddler() <> - <> <$tiddler tiddler=<>> <$transclude mode="block" /> <> Unfortunately this still does not work, both <> and $(currentTab)$ gi

[tw] Re: [TW5] Support with Tabs and transclusion

2017-07-27 Thread 'Mark S.' via TiddlyWiki
What you're trying to do is concatenate text and pass it to a transclusion. Almost always when you want to concatenate you need a macro. It might be something as simple as: \define fulltitle() $(currentTiddler)$-$(currentTab)$ Good luck, Mark On Thursday, July 27, 2017 at 3:01:48 AM UTC-7, Ton