Tiddler inclusion or tiered tagging?

108 views
Skip to first unread message

Tierney Coren

unread,
Apr 12, 2015, 3:06:20 PM4/12/15
to tiddl...@googlegroups.com
Hello.

So I've got a hierarchy of tiddlers, and I'd like the reader to be able to follow the text both ways. I would like to either be able to include a tiddler inside another tiddler, or be able to link both ways with tags. Is this possible?

Thanks,
Tierney Coren

Mat

unread,
Apr 14, 2015, 8:38:52 AM4/14/15
to tiddl...@googlegroups.com
Do I interpret this right:

The "hierarcy" you refer to is manifested as tags, i.e you're not talking about an actual aggregation or some applied widget, right?

When you say the reader should be able to "follow the text both ways", you mean access to a parent tag and children tags. The parent tags are the tag pills. Getting the children links to show is definitely doable, and should even be very easy - but unfortunately I'm a bit sucky at this so I'm not sure of the commands. Tobias has a tagglytagging plugin for tw5 that you may want to try. (For some reason it is not performing correctly for me.)

And to "include a tiddler inside another tiddler" - sure, you just transclude, i.e type {{TitleOfTiddlerToSee}} in the other tiddler.

<:-)

Felix Küppers

unread,
Apr 14, 2015, 11:57:49 AM4/14/15
to tiddl...@googlegroups.com
Hi Tierney.

If you use the TiddlyMap plugin, you can discover Tag relations in both ways in the graph or from the tiddlymap button in the "tiddler toolbar". See the demo at http://bit.ly/tiddlymap

-Felix

c pa

unread,
Apr 17, 2015, 2:50:02 PM4/17/15
to tiddl...@googlegroups.com
Tierney,

To create tiddlers tagged with the current tiddler, click "More / Create new tiddler tagged with this one" (icon of a tag with a plus next to it)

1. To list the tiddlers thusly tagged use the following code: (Put this code in the parents)

<$list  filter="[tag<currentTiddler>]">
    <!-- Place code to display link here. Leave blank to display raw links with no formatting-->

</$list>

2. To list the tiddlers that this tiddler is tagged with use the following code: (Put this code in the children)

<$list  filter="[all[current]tags<currentTiddler>]">
    <!-- Place code to display link here. Leave blank to display raw links with no formatting-->

</$list>

Reply all
Reply to author
Forward
0 new messages