[tw5] Re: tabs macro buttonTemplate

2020-02-10 Thread Mohammad
Hi A Gloom! On Monday, February 10, 2020 at 11:27:19 AM UTC+3:30, A Gloom wrote: > > Mohammad, > > I also recommend to have a look at Mario: link to tab plugin! >> > > I shall, now that I did it my way : ) Figuring these things out myself > before looking for other people's solutions-- first--

[tw5] Re: tabs macro buttonTemplate

2020-02-09 Thread A Gloom
Mohammad, I also recommend to have a look at Mario: link to tab plugin! > I shall, now that I did it my way : ) Figuring these things out myself before looking for other people's solutions-- first-- helps teach the wiki workings, second-- gives one a purpose (desperately needed) I found this

[tw5] Re: tabs macro buttonTemplate

2020-02-07 Thread Mohammad
I found this template is working also: <$tiddler tiddler=<> > <$view field=caption><$view field=title/> <$button message="tm-edit-tiddler" tooltip="Edit">E On Wednesday, February 5, 2020 at 4:59:37 AM UTC+3:30, A Gloom wrote: > > postnote > > <$macrocall $name="currentTab"

[tw5] Re: tabs macro buttonTemplate

2020-02-07 Thread Mohammad
I also recommend to have a look at Mario: link to tab plugin! https://wikilabs.github.io/editions/link-to-tabs/ --Mohammad On Friday, February 7, 2020 at 6:16:10 AM UTC+3:30, A Gloom wrote: > > Mohammad, > > > Would you mind to give a working example, I can test on tiddlywiki.com? >> > >

[tw5] Re: tabs macro buttonTemplate

2020-02-07 Thread Mohammad
Many thanks! Added to TW-Scripts. On Friday, February 7, 2020 at 6:16:10 AM UTC+3:30, A Gloom wrote: > > Mohammad, > > > Would you mind to give a working example, I can test on tiddlywiki.com? >> > > Certianly-- import the 2 tiddlers below into tiddlywiki com and you'll > get a tiddler with

[tw5] Re: tabs macro buttonTemplate

2020-02-06 Thread A Gloom
Mohammad, Would you mind to give a working example, I can test on tiddlywiki.com? > Certianly-- import the 2 tiddlers below into tiddlywiki com and you'll get a tiddler with tabs for tiddlers tagged HelloThere the only drawback is a cosmetic one -- the bottom border of the edit button gets

[tw5] Re: tabs macro buttonTemplate

2020-02-06 Thread Mohammad
Hi A Gloom, Would you mind to give a working example, I can test on tiddlywiki.com? --Mohammad On Thursday, February 6, 2020 at 2:29:04 PM UTC+3:30, A Gloom wrote: > > This buttonTemplate tiddler places a small edit button (could also be a > navigate to) for the tiddler of that tab-- I know

[tw5] Re: tabs macro buttonTemplate

2020-02-06 Thread A Gloom
This buttonTemplate tiddler places a small edit button (could also be a navigate to) for the tiddler of that tab-- I know others have made such before-- but I had to do it my way <$transclude tiddler=<> field="caption"> <$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/>

[tw5] Re: tabs macro buttonTemplate

2020-02-04 Thread A Gloom
postnote <$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/> > vs > <$text text=<>/> > this for the tab button-- the title postion of the tabs display-- not the actual tab contents-- probably to prevent the tab title area from becoming a link to the tiddler? -- You

[tw5] Re: tabs macro buttonTemplate

2020-02-04 Thread A Gloom
Mark, Always good to hear from you... This puzzles me: > > <$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/> > > This means you're invoking the actual contents of the current tiddler (in > a tab) as a macro. It appears to be the fallback if the caption field isn't >

[tw5] Re: tabs macro buttonTemplate

2020-02-04 Thread 'Mark S.' via TiddlyWiki
This puzzles me: <$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/> This means you're invoking the actual contents of the current tiddler (in a tab) as a macro. It appears to be the fallback if the caption field isn't available. I'm wondering why it isn't just: <$text