[twdev] Re: Annotations plugin tweak: wikified createTiddlyElement ?

2010-07-01 Thread wgw
PS. The popup code in the original plugin isn't correctly set. I would suggest something like: Popup.place(this,popup,null, null, {x:30,y:-40}); (notice the nulls) We still get popup collision with the link target popup, but if you wait long enough the link popup message will disappear.

[twdev] Re: Annotations plugin tweak: wikified createTiddlyElement ?

2010-07-01 Thread wgw
Thanks Tobias, Looks like you made a similar tweak. You have done much more customized than I have; I will go back and explore your changes. The hyperlink in the source of the annotation works with my tweak. See http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki (Annotations2) for examples

[twdev] Re: Which function in Tiddlywiki converts tag strings to arrays of tags?

2010-07-01 Thread leeand00
Thanks! On Jul 1, 3:06 pm, FND wrote: > > you can type a space separated list of tags.  What function is used > > to convert that list into an array of tags? > > That's > readBracketedList:http://trac.tiddlywiki.org/browser/Trunk/core/js/Strings.js?rev=10112... > > -- F. -- You received this m

Re: [twdev] Which function in Tiddlywiki converts tag strings to arrays of tags?

2010-07-01 Thread FND
you can type a space separated list of tags. What function is used to convert that list into an array of tags? That's readBracketedList: http://trac.tiddlywiki.org/browser/Trunk/core/js/Strings.js?rev=10112#L170 -- F. -- You received this message because you are subscribed to the Google Grou

[twdev] Re: TiddlyWiki on iPad

2010-07-01 Thread Chris
Eric - I just tested this and it works perfectly - thank you :-) Updates to the FAQ here: http://groups.google.com/group/twipad/web/faq Still waiting for Apple to complete their process on TWiPad. Chris. On Jun 27, 11:43 pm, Eric Shulman wrote: > > if (config.options["txtUserName"]=="SomeNameH

[twdev] Which function in Tiddlywiki converts tag strings to arrays of tags?

2010-07-01 Thread leeand00
For instance when editing a Tiddler at the bottom you can type a space separated list of tags. What function is used to convert that list into an array of tags? Thank you, Andrew J. Leer -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To

[twdev] MS IE9 preview and SVG

2010-07-01 Thread PMario
Hi Folks, Did you see this: [4] http://samples.msdn.microsoft.com/ietestcenter/#svg11e2 I did some tests IE9 preview 1.9.7874.6000 which can#t display svgs at my tiddlyspace [1]. No svgs are shown. Imported a svg from ie testsuite [2] to tiddlyspace, and <> can display it with FF [3]. -m [1] h

Re: [twdev] Re: Dealing with non text tiddlers in TiddlyWiki

2010-07-01 Thread Paul Downey
On Thu, Jul 1, 2010 at 10:49 AM, cd...@peermore.com wrote: > On Jun 25, 2:05 pm, FND wrote: >> However, the problem I see here is being tied to the TiddlyWiki >> universe. Your approach - leveraging sections and slices - requires >> parsing of the tiddler body, and thus a certain awareness of its

[twdev] Re: Dealing with non text tiddlers in TiddlyWiki

2010-07-01 Thread cd...@peermore.com
On Jun 25, 2:05 pm, FND wrote: > However, the problem I see here is being tied to the TiddlyWiki > universe. Your approach - leveraging sections and slices - requires > parsing of the tiddler body, and thus a certain awareness of its > structure. This is problematic for a generic system like Tiddl

[twdev] Re: Annotations plugin tweak: wikified createTiddlyElement ?

2010-07-01 Thread Tobias Beer
Hi Bill, Can't remember what I changed, but I've done something similar here. It is heavily in use on the "desk" of tbGTD providing hints and also for additional information popping up from the toolbar, e.g. a "new" notifier if a tiddler/plugin/etc. has recently been added... http://tbgtd.tiddlys