OK I've made the code changes and tested them for
* *tag filter*: has been extended to identify the tag field to be used eg
[tag:mytagsfield[exampletag]]
* *tags filter*: similarly [tags:mytagsfield[]]
* *untagged filter*: similarly [untagged:mytagsfield[]]
* *checkbox widget*: has been extended with an additional attribute to
identify the tag field to be used
So I've got the abiilty to execute lists and dashboards without clogging up
the tags with non-semantic content
The tagging filter would be nice to implement "relatedness" between
tiddlers and use different field names to signify the semantic meaning of
that relationship
>> * tagging filter: [tagging:mytagsfield[]]
I can't figure out how I would pass operator.suffix into
$tw.utils.pushTop(results,options.wiki.getTiddlersWithTag(title));
Tagging.js calls the following functions:
this.getGlobalCache("taglist-" + tag,function() {
var tagmap = self.getTagMap();
this.getGlobalCache("tagmap",function() { });
The fieldmangler widget would be nice to implement button controls
>> * fieldmangler widget: similarly
Could you give me a clue on how I should approach this one?
--
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.