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 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 being the TiddlyWiki newbie, I'm sure there are all kinds of
> other situations (I haven't run into yet), in which a tiddler name is a
> parameter enclosed in double-quotes. I'm thinking all of these situations
> need changing to {{tiddler-name!!title}} so that Relink works with
> anything/everything.
>
> Of course, Relink is oh-so-important to me because I am a tweaker, always
> starting with tiddler names that I know aren't quite right, but are good
> enough for the moment until I iteratively and incrementally get that
> perfect tiddler name ...
>
> On Sunday, March 15, 2020 at 11:46:55 PM UTC-3, CJ Veniot wrote:
>>
>> G'day all,
>>
>> Just in case there are other newbies like me who ever run into this ...
>>
>> I am a huge fan of the Relink plug-in, and ran into this wee issue today
>> learning how to use modals in TW.
>>
>> The following in one of my tiddlers pops up a modal displaying the "Under
>> Construction" tiddler:
>>
>> <$button message="tm-modal" *param="Under Construction"*>This site is a
>> work in progress</$button>
>>
>> The problem I ran into: Changing the name of the tiddler "Under
>> Construction" to something else, Relink doesn't change the param above,
>> which makes sense because that would really (in my mind, anyway) make
>> Relink way more complicated than necessary. *(i.e. I think it would be
>> a bad idea to change Relink to handle Tiddler name changes in any "param".)*
>>
>> 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</$button>
>>
>> Relink can find that {{UnderConstruction!!title}} no problem, and change
>> that as per however the tiddler name gets altered.
>>
>> Nothing particularly earth-chattering, but I've got to find ways to
>> contribute somehow ...
>>
>> Cheers !
>>
>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/23149a6e-7fca-47eb-9799-aaa7ff033604%40googlegroups.com.