References of tiddler section linkage

11 views
Skip to first unread message

Michael.Tarnowski

unread,
Nov 8, 2009, 1:10:03 AM11/8/09
to TiddlyWiki
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

Måns

unread,
Nov 8, 2009, 4:26:29 PM11/8/09
to TiddlyWiki
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

Morris Gray

unread,
Nov 8, 2009, 6:33:05 PM11/8/09
to TiddlyWiki
Quote TiddlyTools:"This macro generates a 'Table of Contents'-style
numbered-bullet list with links to all sections within the current
tiddler."

http://www.tiddlytools.com/#SectionLinksPlugin

Morris

Michael.Tarnowski

unread,
Nov 9, 2009, 4:07:06 AM11/9/09
to TiddlyWiki
Morris, Måns
thanks for your replies. I'am aware of GridPlugin and Table-of-Content
Plugin. Both do not fit my needs. I have built a kind of glossary
system in my TW. The tiddlers content are software development related
issues (definitions, abstracts, etc.) Each tiddler has a the end the
call <<tiddler ShowTiddlerReferences>> to show related tiddlers which
reference it. I want to show in this list the tiddlers which have
section linkages (<<tiddler [[abc##section 1]]>>) as well - not only
the plain [[abc]]-linkage.
For TOC I use DcTableOfContentsPlugin.
Have a nice day.
Michael
Reply all
Reply to author
Forward
0 new messages