[tw] Re: email to tiddler for bookmarking

2011-03-04 Thread julien23
Actually, I would like to do exactly the opposite :) On 2 mar, 13:10, whatever kbrezov...@gmail.com wrote: Tryhttp://devpad.tiddlyspot.com/#eMailMacro w On 2 mar., 08:39, julien23 jbouc...@capsule-ea.fr wrote: I am looking for a way to bookmark things in a TW. I have been

[tw] Re: Popups above the label

2011-03-04 Thread Tobias Beer
Hi scrutineer, That's neat! One question... For obvious reasons you've created a plugin. I would think it makes sense to provide a popabove macro or sth alike rather than a transclusion. That would not only simplify the markup but also work on TiddlySpace right out of the box. All you'd need to

[tw] Re: Popups above the label

2011-03-04 Thread Tobias Beer
Also, it would reduce the number of pieces to install to one, obviously. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to

[tw] google groups tiddlywiki home page search warning - update?

2011-03-04 Thread B. S.
The tiddlywiki google groups home page shows a warning that search is ineffective: Note that Google Groups search is currently of limited use. There is, however, a workaround. Upon reading the linked thread, search is supposedly fixed. If that's true, could the warning be updated? If it's not

[tw] Re: determining version

2011-03-04 Thread B. S.
[Updating thread, for others who might search for the same thing. What the heck is 'my' version number?] On Apr 21 2008, 1:19 am, Eric Shulman elsdes...@gmail.com wrote: But I couldn't find any display ofversion.  I went tohttp://tiddlywiki.com/ and searched forversion, and found nothing

[tw] tiddlytools.com calendar plugin suggests remindermacros, but remindermacros blank.

2011-03-04 Thread B. S.
Having gone to tiddlytools.com and installed the calendarplugin, I see it noted that DatePlugin and ReminderMacros are recommended. I was able to retrieve DatePlugin, however clicking on ReminderMacros brings up: The tiddler 'ReminderMacros' does not exist. Double-click to create it. FWIW.

[tw] Re: Popups above the label

2011-03-04 Thread Eric Shulman
Is there a popup plugin that displays the popup above the label? (3)http://www.TiddlyTools.com/#ShowPopup The TiddlyTools ShowPopup transclusion has been re-written as a TiddlySpace-compatible plugin: http://www.TiddlyTools.com/#ShowPopupPlugin

[tw] Re: tiddlytools.com calendar plugin suggests remindermacros, but remindermacros blank.

2011-03-04 Thread Eric Shulman
Having gone to tiddlytools.com and installed the calendarplugin, I see it noted that DatePlugin and ReminderMacros are recommended. I was able to retrieve DatePlugin, however clicking on ReminderMacros brings up: The tiddler 'ReminderMacros' does not exist. Double-click to create it. FWIW.

[tw] player plugin not working over http

2011-03-04 Thread Seba
Hi, I am using player plugin [1] and it works great offline. I simply keep files to be played in the same folder as tiddly. However, the player won't play when tiddly is viewed over http. I uploaded the entire folder and it finds the file, but it won't play it. Any ideas? regards, seba [1]

Re: [tw] google groups tiddlywiki home page search warning - update?

2011-03-04 Thread Jeremy Ruston
Funnily enough, I just went to the group home page and, as an administrator, got this message in red: Google Groups will no longer be supporting the Welcome Message feature. Starting January 13, you won't be able to edit your welcome messages, but you will still be able to view and download the

[tw] Re: Popups above the label

2011-03-04 Thread axs
I'm new to TiddlyWiki. Just started coding for it. I did see the offsets in Popup.show(), but for some reason I couldn't get it to work when I passed different values to it. So I write ShowAbove(). Anyway, thanks for the update. I'm learning more and more about TiddlyWiki everyday. edit: I just

[tw] Re: Popups above the label

2011-03-04 Thread axs
Ok, I just tested the plugin in a clean tiddlywiki. Works as expected, except that when you call the regular showPopup, the popup covers up the calling element. No biggie, but the following line needs to be changed in the code: from: var offset={x:0,y:this.getAttribute('above')=='true'?-

[tw] Re: player plugin not working over http

2011-03-04 Thread axs
Could it be that you passed an absolute URL rather than a relative URL to the player? On Mar 4, 11:05 am, Seba sebastjan.hri...@gmail.com wrote: Hi, I am using player plugin [1] and it works great offline. I simply keep files to be played in the same folder as tiddly. However, the player

[tw] where to report bugs? findPosX and findPosY problems

2011-03-04 Thread axs
Hi, I'm not sure where your code is maintained and whether there is any method for bug reporting, but I've found a small bug: When using a button with fixed position (either explicitly defined or inherited, such as in a fixed top menu, such as I am doing), and calling a popup with that button,

[tw] Re: where to report bugs? findPosX and findPosY problems

2011-03-04 Thread axs
I hijacked findPosX() and findPosY() to use jQuery's .offset() function, and it solves the problem. err, actually that's not a hijack as such, just a rewrite :) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] @Eric: small notes on SwitchThemePlugin documentation

2011-03-04 Thread Yakov
Hi Eric! Recently I've familiarized myself with the SwitchThemePlugin. Thanks for your work! I've got two notes on the documentation: 1) Although theme definition is described in [1], I'd say it's better to emphasise that the Check, Init, Reset slices are introduced by the plugin and are not

[tw] Re: player plugin not working over http

2011-03-04 Thread Seba
This is all I have in the tiddler: player file.mp3 The file to be played is in the same folder as the tiddly. The player is rendered and when I press play it says Establishing connection and then nothing happens. On 4 mar., 18:46, axs alexst...@gmail.com wrote: Could it be that you passed an

[tw] Re: SinglePageModePlugin

2011-03-04 Thread Hal
Nevermind. There was a conflict somehow with another systemConfig tiddler, which I removed. So SinglePageModePlugin is working fine. Thanks, as always, Eric, for this valuable plugin. Hal On Mar 3, 7:15 pm, Hal hchristen...@crsol.com wrote: For some reason, I can't get the SinglePageModePlugin

[tw] Re: Popups above the label

2011-03-04 Thread Eric Shulman
Ok, I just tested the plugin in a clean tiddlywiki. Works as expected, except that when you call the regular showPopup, the popup covers up the calling element. oops. That's a bug... good catch! No biggie, but the following line needs to be changed in the code: from: var

[tw] Re: player plugin not working over http

2011-03-04 Thread Eric Shulman
I am using player plugin [1] and it works great offline. I simply keep files to be played in the same folder as tiddly. However, the player won't play when tiddly is viewed over http. I uploaded the entire folder and it finds the file, but it won't play it. The player macro doesn't actually

[tw] Re: where to report bugs? findPosX and findPosY problems

2011-03-04 Thread Eric Shulman
When using a button with fixed position (either explicitly defined or inherited, such as in a fixed top menu, such as I am doing), and calling a popup with that button, the popup appears in a completely different place. Please see: http://www.tiddlytools.com/#CoreTweaks##1151 and

[tw] Re: where to report bugs? findPosX and findPosY problems

2011-03-04 Thread axs
On Mar 4, 2:54 pm, Eric Shulman elsdes...@gmail.com wrote: Please see: http://www.tiddlytools.com/#CoreTweaks##1151    andhttp://trac.tiddlywiki.org/ticket/1151 This is an open ticket with platform-specific issues.   Thanks for the help, but this tweak does not address the position:fixed

[tw] Re: where to report bugs? findPosX and findPosY problems

2011-03-04 Thread Eric Shulman
Thanks for the help, but this tweak does not address the position:fixed issue with popups. I did test my previous link in FF however, and it is a non-issue. I guess (webkit users)/(developers interested in webkit users) will just have to steer clear of fixed- position elements. You should