[tw5] Re: Relink, and setting up button widgets for modals

2020-05-26 Thread Flibbles
I'm going back and addressing all discussions about Relink. <$Button param /> is something Relink won't handle by default, because param could be anything, not just a title. However, if you only ever use it as a title, you can add <$button param> to the Relink whitelist as a title, and then

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-24 Thread TonyM
On renaming tiddlers Relink is a marvelous tool, however Personaly I do not have a problem renaming tiddlers because of a standard naming practice. I am always careful to separate code with fixed names and data free to rename. Truth is I bring decades of coding experience to this but I wish I

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-24 Thread A Gloom
my apologies CJ, got sidetracked-- ooh, a snippet of code... navigate the recesses of your sponge to see what neat little things I can add to my own sponge. Is "orgname" = "original title"? Not much use to me, I think, because I > change tiddler titles repeatedly, without caring about the

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-16 Thread CJ Veniot
To me, {{tiddlertitle!!title}} is doing the trick everywhere. But I am always out to learn new tricks. So now I want to navigate the recesses of your sponge to see what neat little things I can add to my own sponge. Is "orgname" = "original title"? Not much use to me, I think, because I

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-16 Thread CJ Veniot
Lunacy? Well, then: I'm your Huckleberry. ("Tombstone" reference I use at every opportunity!) On Monday, March 16, 2020 at 2:47:40 AM UTC-3, A Gloom wrote: > > >< actually that won't work-- the tidller titile change would make the > tiddlertitle portion of the transclusion invalid-- back to

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-15 Thread A Gloom
>< actually that won't work-- the tidller titile change would make the tiddlertitle portion of the transclusion invalid-- back to the drawing board after I get another dozen cups of coffee first -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-15 Thread A Gloom
> > > So easy to handle the problem above with the following easy change to the > button widget, which works A-1 with Relink: > > <$button message="tm-modal" *param={{Under Construction!!title}}*>This > site is a work in progress > > Relink can find that {{UnderConstruction!!title}} no problem,

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-15 Thread TonyM
CJ Thanks for sharing. Despite being a long time user of TiddlyWiki the relink plugin is new and your tip is one worth keeping. Every little contribution helps. Regards Tony On Monday, March 16, 2020 at 2:36:33 PM UTC+11, CJ Veniot wrote: > > I had forgotten, I was having the same

[tw5] Re: Relink, and setting up button widgets for modals

2020-03-15 Thread CJ Veniot
I had forgotten, I was having the same pain-in-the-caboose issue with Tidgraph. So instead of: <$tidgraph *start="Mapping Approaches"* layout="S" maxdepth="1" startat="1"/> I am now doing this: <$tidgraph *start={{Mapping Approaches!!title}}* layout="S" maxdepth="1" startat="1"/> Me still