While Mat and Tony gave good solutions, I may recommend for learning 
dataTiddlers, read

https://kookma.github.io/TW-Scripts/#datatiddler

By the way a simple solution may be

<$transclude tiddler={{{ [[data/]addsuffix{!!id}] }}} index="name" />


If you like macro and simple call to it then

\define fetch(key)
<$transclude tiddler={{{ [[data/]addsuffix{!!id}] }}} index="$key$" />
\end


and then 

<<fetch name>>

I used key as input parameter as I think it is more semantic.

--Mohammad

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ab1697aa-427d-43ef-9146-fe19c2abdbbe%40googlegroups.com.

Reply via email to