Thx a lot Mario for helping me regain my sanity:) Works great! regards seba
On 20 dec., 18:14, PMario <[email protected]> wrote: > [[zzConfig]] tagged systemConfig should do it :) > config.macros.tagsearch.cfg.toolbar="source:'TagSearchConfig##Tags' > more:'TagSearchConfig##More'"; > > -m > > On Dec 20, 1:50 pm, Seba <[email protected]> wrote: > > > Hi Mario, > > > thx for your help and efforts. Actually I assumed the plugin works > > like you described above. However, I still couldn't get my tiddly to > > work. > > Therefore I downloaded an empty copy and imported TagSearchPlugin, > > *Config and *Source. > > > Next, I created a tiddler "High" and tagged it Priority. Now if I > > click the TAGS button I get the TagSearch interface but the Priority > > is not shown as a category with tags, instead it is shown as tag: > > > I should get: > > > Priority > > [ ] High > > > and I get this: > > > Set Tag... > > [ ] Priority > > > I am out of ideas.... > > > @rakugo: I looked at nicetagging and I like it, but in my case it > > leaves too much space for errors while adding tags. In my case, > > depedent on the tags, projects move through predefined dashboards and > > users only pick a tag from dropdownlistbox. I try to avoid free manual > > input cause tiddlers could get lost. That is why I wanted to use > > TagSearch with the "source" option in the macro. > > > Now, instead of tiddlers, I got lost:) > > > regards, > > seba > > > On 18 dec., 12:15, PMario <[email protected]> wrote: > > > > OK. > > > > If you openhttp://tagsearch.tiddlyspot.com/#TagSearchConfigyou'll > > > see: > > > > !Tags > > > Priority > > > Action > > > ... > > > > !More > > > TAG:Archive > > > Journal > > > Reference > > > ... > > > > If you click the tiddler: toolbar:tagsbutton you'll see: > > > > Priority > > > [ ] 1 high > > > [ ] 2 medium > > > [ ] 3 low > > > > which means: > > > a tiddler named "1 high" is tagged "Priority" > > > a tiddler named "2 medium" is tagged "Priority" > > > ... > > > > Everything, which is listed under TagSearchConfig##Tagscan be used > > > like radio buttons. Only one of them can be active. So if you have a > > > tiddler tagged: "1 high" and you tag it "2 medium", the tag "1 high" > > > will be automatically removed from the tiddler. > > > > ========== > > > > At the More section you see: > > > !More > > > TAG:Archive > > > Journal > > > Reference > > > ... > > > which creates: > > > > Archive > > > [ ] _Action > > > [ ] _Contact > > > [ ] _Project > > > [ ] _Reference > > > > tiddler _Action is tagged "Archive" ... > > > More than one tag can be active at the same time. > > > > More... > > > [ ] Journal > > > [ ] Reference > > > ... > > > some moretags, that can be active at the same time > > > > hope this helps > > > > have fun! > > > mario > > > > On Dec 17, 6:10 pm, Seba <[email protected]> wrote: > > > > > Hi Mario, > > > > > yes, it is included. > > > > > regards, > > > > seba > > > > > On 17 dec., 16:47, PMario <[email protected]> wrote: > > > > > > Did you include: http://tagsearch.tiddlyspot.com/#TagSearchConfig? > > > > > -m > > > > > > On Dec 17, 3:48 pm, Seba <[email protected]> wrote: > > > > > > > Hi Mans, > > > > > > > I agree, the welcome gives much useful information, however as I am > > > > > > a > > > > > > begginer user having no experience in programming I usually study > > > > > > the > > > > > > given examples and try to draw some conclusions. In this case I > > > > > > looked > > > > > > at the tagging and tiddlers > > > > > > onhttp://tagsearch.tiddlyspot.com/andtrytoreplicatethesame tag > > > > > > categories. > > > > > > For example, you have category Action with subcategories done, > > > > > > future, > > > > > > next,... I used the same tagging structure in my tiddlywiki and I > > > > > > don't get the desired results. That is why I expect there is maybe > > > > > > more to it than pure plugin import. > > > > > > > What am I doing wrong? > > > > > > > regards > > > > > > seba > > > > > > > On 17 dec., 15:03, Måns <[email protected]> wrote: > > > > > > > > Hi Seba > > > > > > > > The Welcome tiddler athttp://tagsearch.tiddlyspot.com/ > > > > > > > delivers very thorough documentation... > > > > > > > > Cheers Måns Mårtensson > > > > > > > > On 17 Dec., 11:40, Seba <[email protected]> wrote: > > > > > > > > > Hi, > > > > > > > > > I decided to go with the GotoPlugin, cycleTags and > > > > > > > > tagSearchPlugin. > > > > > > > > However, I can't seem to figure out how to construct thetags > > > > > > > > hierarchy and categories properly. So far I just imported the > > > > > > > > plugin > > > > > > > > and other two required tiddlers and made no other changes. Is > > > > > > > > there > > > > > > > > any modification or tweaking required? > > > > > > > > Could anyone offer some hints or instructions. > > > > > > > > Thanks in advance. > > > > > > > > > regards, > > > > > > > > seba > > > > > > > > > On 13 dec., 18:53, PMario <[email protected]> wrote: > > > > > > > > > > Hi seba, > > > > > > > > > If you like x-tagger, you should go for tagSearchPlugin. > > > > > > > > > It best works together with tiddlytools GotoPlugin. > > > > > > > > > I also use QuickOpenTagsPlugin [1]. > > > > > > > > > > These 3 together can reach allmost any tiddler inside one > > > > > > > > > popup. > > > > > > > > > > If you want to use QuickOpenPlugin with TiddlySpace some > > > > > > > > > StyleSheet > > > > > > > > > tweaking may be necessaray. My QuickOpenTagStyles [2] may > > > > > > > > > give some > > > > > > > > > hints. > > > > > > > > > > -m > > > > > > > > > > [1]http://mptw.tiddlyspot.com/#QuickOpenTagPlugin > > > > > > > > > [2]http://pmario.tiddlyspace.com/#QuickOpenTagStyles > > > > > > > > > > On Dec 12, 7:53 pm, Seba <[email protected]> wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > I have a question regardingaddingtags, preferably via > > > > > > > > > > dropdown > > > > > > > > > > listbox. Up until now I mostly used ToggleCheckBox > > > > > > > > > > foraddingtags. > > > > > > > > > > > Now I came across the MonkeyTagger and I like it very much, > > > > > > > > > > however it > > > > > > > > > > caused some problems even with the > > > > > > > > > > DeprecatedFunctionsPlugin. > > > > > > > > > > > Then I tried TagAdder and bumped into same problems. I am > > > > > > > > > > currently > > > > > > > > > > trying out the Tagger plugin and so far it works fine. > > > > > > > > > > > What I would like to know is there a even better solution > > > > > > > > > > for easy > > > > > > > > > > and fast tagadding? > > > > > > > > > > > I saw the x-tagger (http://tbgtd.tiddlyspot.com/#x-tagger) > > > > > > > > > > but I am > > > > > > > > > > having trouble implementing it. Does anyone has any tips? > > > > > > > > > > > I also found out that the more I learn about this great > > > > > > > > > > solution of > > > > > > > > > > TW, the less I know and more complex it gets:) > > > > > > > > > > > regards, > > > > > > > > > > seba -- 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.

