Assuming we're talking about TiddlyWiki5, I think it's a reasonable goal to be able to treat any other field like the tags field.
There's actually very few components of TW5 that specifically "know" about the tags field: * tag filter: could be extended to identify the tag field to be used eg [tag:mytagsfield[exampletag]] * tags filter: similarly [tags:mytagsfield[]] * tagging filter: similarly [tagging:mytagsfield[]] * untagged filter: similarly [untagged:mytagsfield[]] * checkbox widget: could be extended with an additional attribute to identify the tag field to be used * fieldmangler widget: similarly The infrastructure in wiki.js concerned with caching the tag map would also need to be tweaked. Best wishes Jeremy On Sat, Aug 30, 2014 at 7:30 AM, Matabele <[email protected]> wrote: > Hi > > On Friday, August 29, 2014 8:16:00 PM UTC+2, c pa wrote: >> >> >> I want to implement the tags functionality (push and pop) on other fields >> because I'm pushing and popping non-semantic elements and I don't want them >> polluting my list of semantic tags. >> > > I have come across the same issue and was thinking along the lines of > creating plugins to manipulate elements of all fields. After a brief > discussion with Jeremy, I concluded that it was necessary only to have one > other field that behaves like the 'tags' field for this purpose -- I > considered calling this field 'systags'. > > This behavior of the 'systags' field would be a little easier to > replicate than extending tag like behavior to all fields. Anyway, I believe > efforts in this direction will be worthwhile i.e. clone the behavior of the > 'tags' field for another 'systags' field -- systags could then be used for > all non-semantic purposes. > > regards > > > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

