I've been experimenting with using "typed" links in my wiki, inspired by this
post <https://groups.google.com/g/tiddlywiki/c/C0CqNyKU1Jc/m/5sFLzH7XAQAJ>
from a few months back.
For example if I want to link to a food item, but also indicate that it is
an ingredient, I write:
{{tomatoes||ingredient}}
Where I have the following "field" tiddler:
title: ingredient
tags: field
text: <$link to=<<currentTiddler>><<currentTiddler>></$link>
I'm wondering if there is anyway to generalise this so that I don't
actually have to add the template to the text field of every "field"
tiddler I create? Specifically I want to leave the text field free for
other content, and also be able to use *any* tiddler with the tag "field"
in the same way. So all I would have to do is add a tiddler with the title
"ingredient" and the tag "field" and immediately be able to use it as a
link template.
I can't see how this would be possible, but I'm wondering if there's a
trick I'm missing?
--
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/26868ef8-c7cb-46c7-a8c3-d3d783120791n%40googlegroups.com.