Okay, so I got the slider buttons revealing the tagglytagging info
using your examples.  Then I added the <<tiddler macro to add the body
info as well using this:

<<forEachTiddler where 'tiddler.tags.contains("segmental assoc.s")'
write '"++...@["+tiddler.title+"]<<tiddler "+tiddler.title+">
\><<tagglyTagging [["+tiddler.title+"]]>\>==="'>>

I thought to myself, wouldn't it be nice to have this behaviour
throughout my TW, so I changed my TagglyTaggingPlugin to put this:

"++...@["+tiddler.title+"]<<tiddler "+tiddler.title+">
\><<tagglyTagging [["+tiddler.title+"]]>\>==="

for the part after the "return" in this:
else if (t && displayMode == "sliders") {
                        return "<slider slide>\n{{contents{\n" + t.text + 
"\n}}}\n</
slider>";

previously I had successfully replaced it with this:
return "++...@[peek]\n"+t.text+"\n===\n";

(aside: moving "sliders" to the head of the line worked well here:
excerpts:
["sliders","noexcerpts","excerpts","descr","slices","contents"])

But when I put in the new part the TW froze up and I ended up getting
an error that said something like "too many recursions"


I suspect that its because I referenced the plugin within itself (like
the old Star Trek trick that zaps the robots: "everything I say is a
lie")


Can you (or anyone) think of a way to fix that so I can drill down my
tagglytagging to infinity (or at least several levels)?

-- 
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