Hi All
I am trying to use MatchTagsPlugin like this -
<script>
var out="";
var materia=config.options.txtMateria;
var topico=config.options.txtTopico;
var comment="comment";
var tids=store.sortTiddlers(store.getMatchingTiddlers("comment AND
materia AND topico"),"-modified");
for (var t=0; t<tids.length; t++) {
out+=tids[t].text+" (por "+tids[t].modifier+" - [["+tids[t].title+"]]
- { "+store.getValue(tids[t].title,"subtopico")+" /
"+store.getValue(tids[t].title,"nota")+"}\n";
}
return out;
</script>
but it does not seem to work...note that I want to search for the tag
"comment" and for tags that have the value given by txtMateria and
txtTopico......where as this code gives me tag "materia" and "topico",
but there values!!!
Thanks in Advance
Skye
--
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.