Hi,
Tags in tiddlywiki can be also tiddlers. Eg: you can create a tiddler
named: java that contains the following content:
<<list-links "[tag[java]]">>
Then you create a second tiddler named: Java ... with the content
{{java}}
The second tiddler is there, just to be sure you can use [[java]] and
[[Java]] as links to the tag-tiddler.
The advantage of this mechanism is, that you can decide, which "java" words
link to the tag-tiddler. .. If every occurrence of the "java" text will
link to the tag-tiddler, for me personally it would be annoying to have 10
links in a text, that all link to the same target.
And
You can add this to your java-tag tiddler.
Tagged "java":
<<list-links "[tag[java]]">>
----
Backlinks: <$list filter="[[java]backlinks[]]
[[Java]backlinks[]]"><<currentTiddler>>, </$list>
Which will show you, where your links to [[java]] come from.
have fun!
mario
--
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/832613b0-50d2-4624-85ff-6f4a52a9e020n%40googlegroups.com.