Hi Shawn, Try putting your code into a tiddler tagged and tag it $:/tags/ViewTemplate afterwards. Since part of the rendering process for a tiddler is to call all tiddlers tagged with $:/tags/ViewTemplate, it should make the text you want appear for each of your tiddlers.
Of course, you may also add some constraints to your list filter so that it doesn't appear for every tiddler but only some of them. Finally, may you need that your code get executed after or before another View template, you can have a look at the list field of the $:/tags/ViewTemplate tiddler itself, so that you can add an appropriate list-before or a list-after field to your tiddler. Xavier. -- Xavier Cazin On Mon, Apr 28, 2014 at 7:56 PM, Shawn Chand <[email protected]> wrote: > Hey guys, I'm kinda new to TiddlyWiki.. I just started using TW5 a couple > weeks ago at work to build an easily searchable and well organized > database. I've recently started looking for plugins/widgets to make the > Tiddly more customized toward being a database and I've found a few awesome > little tools. > > One of the things I found is this script online: > > > <$list filter="[is[current]backlinks[]] +[sort[title]]"> - <$link><$view > field="title"/></$link></$list> > > > Basically, it shows all the parent Tiddlers of the particular Tiddler you > put the script in. I want this to go in allll of my Tiddlers. The problem > is that I have over 400 of them and I don't want to have to go into each of > them individually to edit this in. I was wondering, is there any plugin out > there that can help me throw that into the top of every Tiddler in the > Tiddly? > > > Also do you guys have suggestions for any useful plugins for my Tiddly > Database? I've been looking for good search tools but any thing you think > that would be useful would be much appreciated! > > -- > 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 post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

