[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-17 Thread Tobias Beer
Mhhh...

I think it were good if Eric had a look at this too, as he is
'slightly' more familiar with the inner workings of AutoTaggerPlugin.

I can't see any reason for why TagSearchPlugin should fail when used
with AutoTagger, since all TagSearchPlugin really does is to set or
unset tags via...

store.setTiddlerTag(title,false,tag);
story.saveTiddler(title);

No hijacking or anything.

On the other hand, I believe the culprit lies in Eric's hijacking of
the saveTiddler function, especially this line...

arguments[5]=newTags.join( );

Which pretty much means... join all AutoTagger-tags and take those
instead of the ones that would have been saved without any
AutoTaggerPlugin. I am wondering why he wouldn't be preserving any
custom tags or why all tags would be removed if one were to remove an
existing one or to add another via TagSearchPlugin.

Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-16 Thread cmari
Sorry, I completely forgot to say that I had put a test case here:
http://dl.dropbox.com/u/5687735/taggertest.html

cmari

On Sep 15, 3:57 am, Tobias Beer beertob...@googlemail.com wrote:
 Hi cmari,

 Interesting, never knew of AutoTaggerPlugin before. However, it serves
 quite a different purpose. Can you please explain exactly how and when
 all tags are being removed erroneously, expecially when interacting
 withTagSearchPlugin? Care uploading an MTC to tiddlyspot et. al. with
 instructions on reproducing the error?

 Also, does TaggerPlugin[1] or any other plugin setting tags, like
 ToggleTagPlugin[2] or even CheckboxToggleTag[3] from tiddlytools not
 result in the same conflicts?

 In general, I don't quite like the idea of redundantly tagging
 tiddlers with information that already is available in a tiddler's
 fields.

 Would be nice to see a wiki, where the auto feature of
 AutoTaggerPlugin is put to use. Does it allow manual tagging? Or does
 auto mean I am your tagging bot, do not interfere with my logic?
 Is auto being the tag triggering auto-tagging, so that one wouldn't
 mess with tags manually? Are auto and manual tagging thus mutual
 exclusives?

 Ah, too many things to wrap my mind around, I guess I'll have to just
 try it out (in combination withTagSearchPlugin).

 Cheers, Tobias.

 [1]http://tw.lewcid.org/#TaggerPlugin
 [2]http://mptw.tiddlyspot.com/#ToggleTagPlugin
 [3]http://tiddlytools.com/#CheckboxToggleTag

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-15 Thread Tobias Beer
For me on Win XP all I need to do is...

*type text directly into the SearchBOx w/o any mouse involved
*use the DOWN key to navigate to the SearchResults
**use UP and DOWN keys to select one
**hit ENTER to add it as a tag
*hit TAB or SHIFT-TAB to navigate back and forth between the SearchBox
and the SearchResultsList

Did that help? I guess really do need to mention more explicitly to
NOT use the mouse with anything involving the SearchBox.

Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-15 Thread Tobias Beer
Hi cmari,

Interesting, never knew of AutoTaggerPlugin before. However, it serves
quite a different purpose. Can you please explain exactly how and when
all tags are being removed erroneously, expecially when interacting
with TagSearchPlugin? Care uploading an MTC to tiddlyspot et. al. with
instructions on reproducing the error?

Also, does TaggerPlugin[1] or any other plugin setting tags, like
ToggleTagPlugin[2] or even CheckboxToggleTag[3] from tiddlytools not
result in the same conflicts?

In general, I don't quite like the idea of redundantly tagging
tiddlers with information that already is available in a tiddler's
fields.

Would be nice to see a wiki, where the auto feature of
AutoTaggerPlugin is put to use. Does it allow manual tagging? Or does
auto mean I am your tagging bot, do not interfere with my logic?
Is auto being the tag triggering auto-tagging, so that one wouldn't
mess with tags manually? Are auto and manual tagging thus mutual
exclusives?

Ah, too many things to wrap my mind around, I guess I'll have to just
try it out (in combination with TagSearchPlugin).

Cheers, Tobias.

[1] http://tw.lewcid.org/#TaggerPlugin
[2] http://mptw.tiddlyspot.com/#ToggleTagPlugin
[3] http://tiddlytools.com/#CheckboxToggleTag

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-12 Thread cmari
Hi Tobias,

1) On fields... I have noticed and taken care of that part of the
 code ...at least, so I believe ...and asked (cmari) to possibly
 confirm that mine doesn't come with that problem. [2]

Here's belated confirmation that there's no problem with fields!

On the other hand, in case it saves someone else the time it took me to
identify this particular plugin conflict:

If one also has Eric's AutoTaggerPlugin installed,
then using TagSearchPlugin to make any changes to a tiddler's tags
will result in the removal of *all* the tags.

I like TagSearchPlugin, but I'm afraid I like AutoTagger better!
cmari

On Sat, Sep 11, 2010 at 3:15 AM, okido bkn...@gmail.com wrote:

 Hi Tobias,

 I use FF 3.5.2 and 3.5.12 on openSuse 10 and 11.
 I use the Add... text box in the left top corner.
 As long as I keep the mouse in the textbox with left key pressed I can
 type text, fi si than a list appears with 12 or so entries.
 But than I need to bring the focus to the list and have to move the
 mouse and focus goes to to main body and the tag box closes.

 Hope this helps, Okido

 On 11 Sep, 06:06, passingby passingby...@gmail.com wrote:
  You Rock!
 
  On Sep 3, 4:01 pm, Tobias Beer beertob...@googlemail.com wrote:
 
   Hi Everyone,
 
   Since I've been reading a few requests lately for ways to tag things
   differently - and as a birthday present to myself - I wanted to
   announce a new plugin... TagSearchPlugin [1].
 
   Its largely based on x-tagger [2] and - amongst other things -
   integrates GotoPlugin [3] for tag selection.
 
   Cheers, Tobias.
 
   [1]http://tagsearch.tiddlyspot.com/
   [2]http://tbgtd.tiddlyspot.com/#x-tagger
   [3]http://www.tiddlytools.com/#GotoPlugin

 --
 You received this message because you are subscribed to the Google Groups
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to
 tiddlywiki+unsubscr...@googlegroups.comtiddlywiki%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/tiddlywiki?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-11 Thread okido
Hi Tobias,

I use FF 3.5.2 and 3.5.12 on openSuse 10 and 11.
I use the Add... text box in the left top corner.
As long as I keep the mouse in the textbox with left key pressed I can
type text, fi si than a list appears with 12 or so entries.
But than I need to bring the focus to the list and have to move the
mouse and focus goes to to main body and the tag box closes.

Hope this helps, Okido

On 11 Sep, 06:06, passingby passingby...@gmail.com wrote:
 You Rock!

 On Sep 3, 4:01 pm, Tobias Beer beertob...@googlemail.com wrote:

  Hi Everyone,

  Since I've been reading a few requests lately for ways to tag things
  differently - and as a birthday present to myself - I wanted to
  announce a new plugin... TagSearchPlugin [1].

  Its largely based on x-tagger [2] and - amongst other things -
  integrates GotoPlugin [3] for tag selection.

  Cheers, Tobias.

  [1]http://tagsearch.tiddlyspot.com/
  [2]http://tbgtd.tiddlyspot.com/#x-tagger
  [3]http://www.tiddlytools.com/#GotoPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-10 Thread okido
Hi Tobias,

As Mike reported already I also keep losing focus  as soon want add a
tag.
Only as long as I keep left mouse button pressed to focus remains and
the other keys work.
Just typing is not working as the focus is on something else?

Something to fix maybe?

Have a nice day, Okido

On 7 Sep, 21:40, PMario pmari...@gmail.com wrote:
 On Sep 7, 8:15 pm, Tobias Beer beertob...@googlemail.com wrote: Hi PMario,

  I have read the same post as well today and took notes. Fixing it was
  easy and so I also posted TagSearchPlugin as an includable plugin-
  space on TiddlySpace...

 http://tagsearchplugin.tiddlyspace.com

 nice. But the funny thing with TiddlySpace is, that everything, which
 is public at your space, gets included into my space. So I get
 TagSearchPlugin, GotoPlugin, which is ok. And I get the whole floating
 stuff. The TiddlySpace, TiddlyWeb  tiddlers.

 At the moment, there is no easy mechanism to tell include, that I only
 want TagSearchPlugin. So at the moment, plugin spaces need to be as
 minimalistic as possible. The most minimalistic space is a
 vanillaTWebTW :) Have a look at myhttp://asdf.tiddlyspace.com:)

  Not sure, if I want to go down the TiddlySpace road all along... but I
  created one for me today to see how it works...

 http://tobibeer.tiddlyspace.com

 That's cool. So knowing your homespace it's easy to include you as a
 member, if needed.

  So far so good.

  Looking at the sheer volume of your contributions I wonder how you
  keep up and organized.

 The key is: No duplicates. Eg: the only source for syntaxHighlighter
 is its space. (and a git repo for development and backup)
 If I want to use a new plugin. It needs a new space. So for me
 including and excluding is very important, at the moment.

  It's also is quite difficult (for me) to tell
  which stuff is the most recent

 hm. You mean tiddlyspot, hoster or tiddlyspace. I hope that the plugin
 headers contains the right source address :) I look very carefully,
 that it is correct.

  and for a few other things how to actually use them,
  like (toolbar) icons or xlist, etc. For example,
  how would the TagSearch toolbar button be an icon?

 OK. that tells me, that it needs better documentation.

  Creating individual spaces for plugins seems to make sense, though
  presentation suffers from being bound to the defaults.

 jup.

  However,
  reintegrating those plugins scattered all over the place into a
  developpers portfolio does not (yet) seem a straight forward thing.

 I think, the homespace should be this place. Which includes all plugin
 spaces. Or links and describes other spaces. The follow mechanism
 could be used for this. Seehttp://themes.tiddlyspace.com

 But at the moment, everyone uses the homespace as a sandbox. Me
 too :)

  Anyways, I hope I will see an integrated space of your plugins
  somewhere around TiddlySpace.

 The problem is, that I'd prefer hoster, because it is much more
 flexible. And it doesn't have this all or nothing approach. But the
 UI lacks a little bit, and it is more complicated for standard
 users :)

  Cheers, Tobias.

 have fun!
 mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-10 Thread Tobias Beer
Hi okido,

Where is he focus then? ...and most importantly... in which browser /
os? I'll investigate on browser agnostic methods of setting focus on
input fields... anyone have a tip to share before I dig any deeper?

Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-10 Thread passingby
You Rock!

On Sep 3, 4:01 pm, Tobias Beer beertob...@googlemail.com wrote:
 Hi Everyone,

 Since I've been reading a few requests lately for ways to tag things
 differently - and as a birthday present to myself - I wanted to
 announce a new plugin... TagSearchPlugin [1].

 Its largely based on x-tagger [2] and - amongst other things -
 integrates GotoPlugin [3] for tag selection.

 Cheers, Tobias.

 [1]http://tagsearch.tiddlyspot.com/
 [2]http://tbgtd.tiddlyspot.com/#x-tagger
 [3]http://www.tiddlytools.com/#GotoPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread PMario
bump

On Sep 6, 3:15 pm, PMario pmari...@gmail.com wrote:
 Hi,
 I try to implement tagsearch into my tiddlySpace theme neui-em, as an
 addOn.
 I want to use it the following way:

 tiddler: CTagBox
 tagsearch label:'-- tags: '

 NeUIemTheme##ViewTemplate
 div class='box' macro='tiddler CTagBox'/div

 The advantage is, that I can use any macro inside the tiddler, without
 editing the theme. Also translating is much easyer editing a tiddler
 instead of a theme.
 The disadvantage is, that the transcluded macro doesn't work anymore.

 I think I know why. It doesn't use findContainingTiddler

 TagSearchPlugin
 
         tid=rtid=getParam(p,tiddler);
         if(!tid){
                 if(tiddler)tid=tiddler.title;
                 else {
                         tid=story.findContainingTiddler(place);
                         tid=tid?tid.getAttribute('tiddler'):'';
                 }
         }
 
 The tiddler attribute is allways set to CTagBox instead to the
 containing tiddler.
 I think there must be a reason for this construction, that's why I
 didn't hack it :)

 I did setup a little test 
 case:http://neui-tagsearch.tiddlyspace.com/#CTagBox%20TagSearchTestTranscl...

 If you tell me your tiddlyspace user name, I can make you a member. Or
 you can include neui-tagsearch theme to your space, and you'll get
 everything you need to test it.

 -m

 On Sep 5, 8:26 pm, Tobias Beer beertob...@googlemail.com wrote:

  Addendum,

  Needed to remove a little bug from the changes made for 1.0.2. ...I
  used the same control variable for inner and outer loop, ouch :o)

  Now it should be right.

  Tobias.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread Tobias Beer
Hi PMario,

You're right, when no tiddler is specified it should be looking for
the outmost tiddler by default. I've changed that bit in the code and
published version 1.0.3 which should now properly do this. Grab the
update from here:

http://tagsearch.tiddlyspot.com


Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread Tobias Beer
Hi PMario,

You're right, when no tiddler is specified it should be looking for
the outmost tiddler by default. I've changed that bit in the code and
published version 1.0.3 which should now properly do this. Grab the
update from here:

http://tagsearch.tiddlyspot.com


Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread PMario
one more thing :)

If I tag a non existing tiddler in tiddlySpace it needs some default
custom fields, to be propperly saved.

if (!tid ...)
  
  tid.fields = merge({}, config.defaultCustomFields); // 
  store.saveTiddler(.,tid.fields,..

There has been a thread in TiddlyWeb about this:
http://groups.google.com/group/tiddlyweb/msg/b5ad31bf8e2fc3c9?hl=en
-m

On Sep 7, 4:10 pm, Tobias Beer beertob...@googlemail.com wrote:
 Hi PMario,

 You're right, when no tiddler is specified it should be looking for
 the outmost tiddler by default. I've changed that bit in the code and
 published version 1.0.3 which should now properly do this. Grab the
 update from here:

 http://tagsearch.tiddlyspot.com

 Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread PMario
Sry for comming up, one by one. But I post when I find it :)
-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread Tobias Beer
Hi PMario,

I have read the same post as well today and took notes. Fixing it was
easy and so I also posted TagSearchPlugin as an includable plugin-
space on TiddlySpace...

http://tagsearchplugin.tiddlyspace.com

Of course, you still find the latest version 1.0.4 on TiddlySpot as
well...

http://tagsearch.tiddlyspot.com

Not sure, if I want to go down the TiddlySpace road all along... but I
created one for me today to see how it works...

http://tobibeer.tiddlyspace.com

So far so good.

Looking at the sheer volume of your contributions I wonder how you
keep up and organized. It's also is quite difficult (for me) to tell
which stuff is the most recent and for a few other things how to
actually use them, like (toolbar) icons or xlist, etc. For example,
how would the TagSearch toolbar button be an icon?

Creating individual spaces for plugins seems to make sense, though
presentation suffers from being bound to the defaults. However,
reintegrating those plugins scattered all over the place into a
developpers portfolio does not (yet) seem a straight forward thing.

Anyways, I hope I will see an integrated space of your plugins
somewhere around TiddlySpace.


Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread PMario
On Sep 7, 8:15 pm, Tobias Beer beertob...@googlemail.com wrote:
 Hi PMario,

 I have read the same post as well today and took notes. Fixing it was
 easy and so I also posted TagSearchPlugin as an includable plugin-
 space on TiddlySpace...

 http://tagsearchplugin.tiddlyspace.com
nice. But the funny thing with TiddlySpace is, that everything, which
is public at your space, gets included into my space. So I get
TagSearchPlugin, GotoPlugin, which is ok. And I get the whole floating
stuff. The TiddlySpace, TiddlyWeb  tiddlers.

At the moment, there is no easy mechanism to tell include, that I only
want TagSearchPlugin. So at the moment, plugin spaces need to be as
minimalistic as possible. The most minimalistic space is a
vanillaTWebTW :) Have a look at my http://asdf.tiddlyspace.com :)

 Not sure, if I want to go down the TiddlySpace road all along... but I
 created one for me today to see how it works...

 http://tobibeer.tiddlyspace.com
That's cool. So knowing your homespace it's easy to include you as a
member, if needed.

 So far so good.

 Looking at the sheer volume of your contributions I wonder how you
 keep up and organized.
The key is: No duplicates. Eg: the only source for syntaxHighlighter
is its space. (and a git repo for development and backup)
If I want to use a new plugin. It needs a new space. So for me
including and excluding is very important, at the moment.

 It's also is quite difficult (for me) to tell
 which stuff is the most recent
hm. You mean tiddlyspot, hoster or tiddlyspace. I hope that the plugin
headers contains the right source address :) I look very carefully,
that it is correct.

 and for a few other things how to actually use them,
 like (toolbar) icons or xlist, etc. For example,
 how would the TagSearch toolbar button be an icon?
OK. that tells me, that it needs better documentation.

 Creating individual spaces for plugins seems to make sense, though
 presentation suffers from being bound to the defaults.
jup.

 However,
 reintegrating those plugins scattered all over the place into a
 developpers portfolio does not (yet) seem a straight forward thing.
I think, the homespace should be this place. Which includes all plugin
spaces. Or links and describes other spaces. The follow mechanism
could be used for this. See http://themes.tiddlyspace.com

But at the moment, everyone uses the homespace as a sandbox. Me
too :)

 Anyways, I hope I will see an integrated space of your plugins
 somewhere around TiddlySpace.
The problem is, that I'd prefer hoster, because it is much more
flexible. And it doesn't have this all or nothing approach. But the
UI lacks a little bit, and it is more complicated for standard
users :)

 Cheers, Tobias.

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread Måns
Hi Tobias
 http://tagsearchplugin.tiddlyspace.com
That's beautifull Tobias! You have outstanding talent and good taste
with Css - Thanks for sharing it!!
 http://tobibeer.tiddlyspace.com
You've forgotten to publish the GotoPlugin ;-)
Great job!
Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-07 Thread Tobias Beer
Hi Måns,

Thanks, I appreciate the feedback. I have published GotoPlugin on
TiddlySpace individually. If ever Eric is going to want to ...he'll
become its primary member ;-)

Also, my theme is now publicly available as tbtheme:

http://tbtheme.tiddlyspace.com/

There's (at least) one problem though... I have managed to screw up
the lovely revision preview... the tiddler contents are now squeezed
to the side... not very nice.

Cheers, Tobias.


On 7 Sep., 23:47, Måns humam...@gmail.com wrote:
 Hi Tobiashttp://tagsearchplugin.tiddlyspace.com

 That's beautifull Tobias! You have outstanding talent and good taste
 with Css - Thanks for sharing it!!http://tobibeer.tiddlyspace.com

 You've forgotten to publish the GotoPlugin ;-)
 Great job!
 Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-05 Thread PMario
Hi,
Looks cool now with: FF 3.6.8, chorme 7.0.503.0 dev, chromium
6.0.474.0 (53303), safari 5.0.1, and the actual IE9 platform preview.

have fun !
mario

On Sep 5, 6:44 am, Tobias Beer beertob...@googlemail.com wrote:
 Hi PMario,

 I (believe I) removed the fixed width, ...it seems no lopnger needed
 after having removed all the display:block items ...it somehow was
 necessary beforehand for ie6 to render properly (instead of aligning
 the input next to the title) ...but now it works without it... so, if
 you don't mind trying again... thanks for all the thorough testing...
 it can only help make things better!

 Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-05 Thread Tobias Beer
Addendum,

Needed to remove a little bug from the changes made for 1.0.2. ...I
used the same control variable for inner and outer loop, ouch :o)

Now it should be right.

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Tobias Beer
Hi everyone,

@PMario and everyone else

I made a few changes to the stylesheet. Most importantly, instead of
trying to outsmart my css capabilities by giving some buttons a
display:block (to allow them to stretch), I've put most everything on
display:inline with a reasonable minimum padding. I've tested on both
FF and IE and they seem fine now... so check out version 1.0.1

@Skye

Thanks for the flowers, much appreciated ;o) ...it was actually your
question [1] that got me thinking ...and above all (re)started.

@Mike:

1) On fields... I have noticed and taken care of that part of the
code ...at least, so I believe ...and asked (cmari) to possibly
confirm that mine doesn't come with that problem. [2]

2) On losing focus... that's probably because you tried to click into
the searchbox. However, it should have focus from begin on ...so that
you're actually not required to click in it. Instead, just start
typing. But it's good that you've pointed it out ...I'll put a note in
the howto.

Cheers, Tobias.


[1] http://groups.google.com/group/tiddlywiki/browse_frm/thread/41e56dbcc764fc9d
[2] http://groups.google.com/group/tiddlywiki/browse_frm/thread/734cfa74d5f1bbca

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread PMario
On Sep 4, 9:47 am, Tobias Beer beertob...@googlemail.com wrote:
 FF and IE and they seem fine now... so check out version 1.0.1
Looks nicer now.

But I still have a problem. The text input is bigger than the form
box.

.tagsearch form {
width: 180px; -- if I disable/remove this it works at all of your
examples.
}

May be I missed some other side effects.
-m

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Måns
Hi Tobias

Happy birthday yesterday Tobias, if I had a tiddlywiki badge I would
send it to you at once :-).
Thanks for yet another great plugin - I'm implementing it everywhere
at the moment.
I've been playing around with the FloatObject plugin and tried to use
it on the sidebarTabs on a standard TiddlySpace layout, however the
sidebarTabs dissapears everytime I have made edits on a tiddler and I
have to reload the page to get it back - another issue is that I don't
get any effect when using current in the macro parameters for
setting x or y parameters..

My code in the PageTemplate: span macro=tiddler
{{jQuery('#sidebarTabs').makeFloat({x:1027,y:0,speed:'fast'});'';}}/
span
I tried to replace x and y values with current, believing that the
macro would use allready set placement - but to no effect..

This is what the PageTemplate has to say about the sidebarTabs:
div id='sidebarTabs' refresh='content' tiddler='SideBarTabs'/div

Thanks for developing new and indeed usefull tools and thanks for
sharing!!

Cheers Måns Mårtensson

On 3 Sep., 13:01, Tobias Beer beertob...@googlemail.com wrote:
 Hi Everyone,

 Since I've been reading a few requests lately for ways to tag things
 differently - and as a birthday present to myself - I wanted to
 announce a new plugin... TagSearchPlugin [1].

 Its largely based on x-tagger [2] and - amongst other things -
 integrates GotoPlugin [3] for tag selection.

 Cheers, Tobias.

 [1]http://tagsearch.tiddlyspot.com/
 [2]http://tbgtd.tiddlyspot.com/#x-tagger
 [3]http://www.tiddlytools.com/#GotoPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Måns
Hi again
 the sidebarTabs dissapears everytime I have made edits on a tiddler and I 
 have to reload the page to get it back -

Solved: A macroerror caused by toolbar jump It seems not to be
able to render in the sideBarTabs div - for some reason.
This looks fine when opening the page:
span macro=tiddler {{jQuery('#sidebarTabs').makeFloat({x:1027,y:
0,speed:'fast'});'';}}/span
However, when I use zoom ctrl++ the sideBarTab div wanders across the
TW to the right...
I want to keep the relations to the rest of the divs on the page.
How do I accomplish that?

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Måns
typo:
 However, when I use zoom ctrl++ the sideBarTab div wanders across the
 TW to the right...
Should be to the left...
Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-04 Thread Tobias Beer
Hi PMario,

I (believe I) removed the fixed width, ...it seems no lopnger needed
after having removed all the display:block items ...it somehow was
necessary beforehand for ie6 to render properly (instead of aligning
the input next to the title) ...but now it works without it... so, if
you don't mind trying again... thanks for all the thorough testing...
it can only help make things better!

Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-03 Thread PMario
uuups.
 - and as a birthday present to myself -
happy birthday :)

mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-03 Thread Alex Hough
Happy Birthday Tobias!

I like the idea of TW as a gift to self, but what about a gift for a
person? A family member? Corporate contact?

A TW gift pack comprising a memory stick, TW badge and some kind of
bedroom wall poster? A book - TiddlyWiki: The missing Manual?

(Perhaps a celebrity features in the poster wearing a badge and
performing some kind of task in a uniquely TiddlyWay?)

Alex

On 3 September 2010 12:32, PMario pmari...@gmail.com wrote:
 uuups.
 - and as a birthday present to myself -
 happy birthday :)

 mario

 --
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/tiddlywiki?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-03 Thread Tobias Beer
I noticed some display problems in ie too... will look into it.

Tobias.

On 3 Sep., 13:31, PMario pmari...@gmail.com wrote:
 Hi,
 Looks great. This could be the new way for tagging. :)

 FF 3.6.8 has a problem with

 .tagsearch a.toggleButton {
 ..
 padding: 0 2px}

 The toggle button is one line above the text.
 If I temporarily disable padding, with firebug it works.
 it looks like:
 []
 tag text

 same with:

 .tagsearch .quickopentag .button {
 padding:1px 3%;}

 quickopentag is below the text if the tag text is longer eg
 systemConfig
 see your descriptions
 this one just opens the new tiddler without asking ▾
 looks like
 []
 systemConfig
 ▾--

 On Sep 3, 1:01 pm, Tobias Beer beertob...@googlemail.com wrote:

  Hi Everyone,

  Since I've been reading a few requests lately for ways to tag things
  differently - and as a birthday present to myself - I wanted to
  announce a new plugin... TagSearchPlugin [1].

  Its largely based on x-tagger [2] and - amongst other things -
  integrates GotoPlugin [3] for tag selection.

  Cheers, Tobias.

  [1]http://tagsearch.tiddlyspot.com/
  [2]http://tbgtd.tiddlyspot.com/#x-tagger
  [3]http://www.tiddlytools.com/#GotoPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-03 Thread skye riquelme
Hi All

Over the last few days, been working on a TW project and one
difficulty has been a simple way to let people keep their tags
organised and functioning  And now Tobias comes up and offers the
whole thing solved,,,simply and with great style..even before I
asked the question...even before I had time to properly formulate the
question 

Great Stuff .problem solved before I knew it was a problem.

This will become a valuable and oft-used part of my TW toolbox.

And HAPPY BIRTHDAY, TOBIAS

Skye

On 3 Set, 09:24, Tobias Beer beertob...@googlemail.com wrote:
 I noticed some display problems in ie too... will look into it.

 Tobias.

 On 3 Sep., 13:31, PMario pmari...@gmail.com wrote:

  Hi,
  Looks great. This could be the new way for tagging. :)

  FF 3.6.8 has a problem with

  .tagsearch a.toggleButton {
  ..
  padding: 0 2px}

  The toggle button is one line above the text.
  If I temporarily disable padding, with firebug it works.
  it looks like:
  []
  tag text

  same with:

  .tagsearch .quickopentag .button {
  padding:1px 3%;}

  quickopentag is below the text if the tag text is longer eg
  systemConfig
  see your descriptions
  this one just opens the new tiddler without asking ▾
  looks like
  []
  systemConfig
  ▾--

  On Sep 3, 1:01 pm, Tobias Beer beertob...@googlemail.com wrote:

   Hi Everyone,

   Since I've been reading a few requests lately for ways to tag things
   differently - and as a birthday present to myself - I wanted to
   announce a new plugin... TagSearchPlugin [1].

   Its largely based on x-tagger [2] and - amongst other things -
   integrates GotoPlugin [3] for tag selection.

   Cheers, Tobias.

   [1]http://tagsearch.tiddlyspot.com/
   [2]http://tbgtd.tiddlyspot.com/#x-tagger
   [3]http://www.tiddlytools.com/#GotoPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Announcing TagSearchPlugin (x-tagger + GotoPlugin)

2010-09-03 Thread Mike
Happy Birthday!

thx for the great contribution, 2 items of interest
1) cmari posted a bug / conflict w/ taggerplugin, not sure if it
applies, but might want to check (not sure if u have any taggerplugin
code in their anymore)
2) I kept losing the popup when I tried to search/add a tag via
goto. . . Haven't tried adding stickypopupplugin yet, might be a easy
fix. . .

looks graet !

Mike


skye riquelme wrote:
 Hi All

 Over the last few days, been working on a TW project and one
 difficulty has been a simple way to let people keep their tags
 organised and functioning  And now Tobias comes up and offers the
 whole thing solved,,,simply and with great style..even before I
 asked the question...even before I had time to properly formulate the
 question 

 Great Stuff .problem solved before I knew it was a problem.

 This will become a valuable and oft-used part of my TW toolbox.

 And HAPPY BIRTHDAY, TOBIAS

 Skye

 On 3 Set, 09:24, Tobias Beer beertob...@googlemail.com wrote:
  I noticed some display problems in ie too... will look into it.
 
  Tobias.
 
  On 3 Sep., 13:31, PMario pmari...@gmail.com wrote:
 
   Hi,
   Looks great. This could be the new way for tagging. :)
 
   FF 3.6.8 has a problem with
 
   .tagsearch a.toggleButton {
   ..
   padding: 0 2px}
 
   The toggle button is one line above the text.
   If I temporarily disable padding, with firebug it works.
   it looks like:
   []
   tag text
 
   same with:
 
   .tagsearch .quickopentag .button {
   padding:1px 3%;}
 
   quickopentag is below the text if the tag text is longer eg
   systemConfig
   see your descriptions
   this one just opens the new tiddler without asking ▾
   looks like
   []
   systemConfig
   ▾--
 
   On Sep 3, 1:01 pm, Tobias Beer beertob...@googlemail.com wrote:
 
Hi Everyone,
 
Since I've been reading a few requests lately for ways to tag things
differently - and as a birthday present to myself - I wanted to
announce a new plugin... TagSearchPlugin [1].
 
Its largely based on x-tagger [2] and - amongst other things -
integrates GotoPlugin [3] for tag selection.
 
Cheers, Tobias.
 
[1]http://tagsearch.tiddlyspot.com/
[2]http://tbgtd.tiddlyspot.com/#x-tagger
[3]http://www.tiddlytools.com/#GotoPlugin

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.