On Saturday, August 15, 2020 at 6:38:47 AM UTC-7, Adithya B M wrote:
>
> This solves the problem halfway. This seems to print the title as a link 
> to the <currentTiddler>.


Use the <$text> widget, like this:
<$text text={{{ [all[current]get[name]else{!!title}] }}} />

note also that you can use the currentTiddler variable in place of 
all[current] and {!!title}, like this:
<$text text={{{ [<currentTiddler>get[name]else<currentTiddler>] }}} />

-e


-- 
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/525e5ea5-11f3-41f4-87d4-ff44c13e9f15o%40googlegroups.com.

Reply via email to