Hi Michael

Do you know GridPlugin?
http://www.tiddlytools.com/#GridPlugin
Can produce an overview of combination of slices, sections or field
names see: http://www.tiddlytools.com/#GridPluginInfo

Other options for similar uses:
http://www.tiddlytools.com/#RelatedTiddlersPlugin ?
Or this script:
<script label="RelatedTiddlers">
var tid=story.findContainingTiddler(place).getAttribute("tiddler");
var links=store.getTiddler(tid).getLinks();
return wikify('{{relatedTiddlers{\n:[['+links.sort().join(']]\n:[[')
+']]\n}}}',place);
</script>

Regards Måns Mårtensson

On 8 Nov., 07:10, "Michael.Tarnowski" <[email protected]> wrote:
> Hi community,
> both the reference command (tiddler toolbar) and Eric's ShowReference
> script work pretty well for regular tiddler links like [[abc]]: they
> show/list all tiddlers linked -- except tiddler section linkage like
> <<tiddler [[abc##section 1]]>>. But for TW maintance and getting an
> overview of *all* related tiddlers of tiddler abc it would be nice to
> have section linkage included in the reference lists.
>
> Any ideas? - Have fun, cheers
> Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to