[tw] Re: Help needed for an experimental plugin : strange behaviour of a textarea element

2010-07-28 Thread FrD
Found it ! I had to use escapeRegExp() when getting the value of section. Unless that there was a bug when processing a \n inside the section. Now it works. On 28 juil, 20:50, FrD sokus...@gmail.com wrote: Hello, I'm trying to do some simple work in javascript :-) ... FrD -- You

[tw] Re: Help needed for an experimental plugin : strange behaviour of a textarea element

2010-07-28 Thread FrD
On 28 juil, 23:49, FrD sokus...@gmail.com wrote: Found it ! I had to use escapeRegExp() when getting the value of section. Thanks to Eric Shulman's GridPlugin !!! FrD -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post

[tw] Re: createTiddlyButton in side a transclusion ?

2010-07-27 Thread FrD
Bad question : place does exist in a script but not there. FrD On 26 juil, 22:26, FrD sokus...@gmail.com wrote: Hello, I'm trying to use the createTiddlyButton inside a transclusion, but no way : it creates two buttons. An example is below : /% !out $1 !end %/tiddler CreateButton##out

[tw] Re: createTiddlyButton in side a transclusion ?

2010-07-27 Thread FrD
that would be the onclick function ? FrD -- 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

[tw] Re: createTiddlyButton in side a transclusion ?

2010-07-27 Thread FrD
Thanks, it works well ! There is something strange in this transclusion : it has to be invoked with the explicit section name : tiddler CreateButton##show with: ... Without it, it doesn't work (i.e. tiddler CreateButton with: ...) FrD On 27 juil, 17:38, PMario pmari...@gmail.com wrote: hi

[tw] createTiddlyButton in side a transclusion ?

2010-07-26 Thread FrD
the $1 ! Is it possible to create one button this way or do I need to use InlineJavascriptrPlugin (as I did before) ? Thanks for your advices FrD -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw

[tw] TaggedTemplateTweak and theme

2009-12-06 Thread FrD
following the requirements of TaggedTemplateTweak inside the theme tiddler ? Thanks in advance ! FrD -- 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

[tw] Re: TaggedTemplateTweak and theme

2009-12-06 Thread FrD
Thanks for your quick answer. I'll try that. FrD On 6 déc, 19:52, Eric Shulman elsdes...@gmail.com wrote: TaggedTemplateTweak can apply templates defined using either separate tiddlers and/or sections within theme tiddlers.  The plugin attempts to match a variety of constructed template names

[tw] Using wikify inside tabs

2009-10-05 Thread FrD
Hello, This is mainly for Eric I suppose... :-) I'm trying to use the wikify macro inside a tab, but it doesn't seem to work. It displays nothing whereas the same expression outside the tab displays the correct result. Any advice ? Thanks in advance. FrD

[tw] How to easily set values in slices ?

2009-10-02 Thread FrD
) or store.getTiddlerText (TiddlerName::slicename,). But is there a simple way to put a new value in an existing slice, or to create a new slice ? Thanks in advance FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] After function in a macro

2009-09-27 Thread FrD
of the tiddler, which is in the variable title Is it the right way to implement this kind of after-function ? Or am I missing somethiong in javascript ? Thanks in advance for your advices ! FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed

[tw] What happened to the SEOTiddlyWikiPlugin ?

2009-09-09 Thread FrD
? Or is there a more recent plugin in that area ? Thanks FrD --~--~-~--~~~---~--~~ 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

[tw] Larger MainMenu

2009-09-05 Thread FrD
Hello, I'm trying to make the MainMenu larger. I've written : #mainMenu {width:15em;} in StyleSheet. But it overlaps the displayArea. I don't find much CSS about this div (displayArea). So I don't know how to configure it. Could someone help ? Thanks in advance. FrD

[tw] Image in the header

2009-09-03 Thread FrD
in advance. FrD --~--~-~--~~~---~--~~ 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 tiddlywiki+unsubscr

[tw] Pb with syncing two TW on the same PC

2009-08-23 Thread FrD
: file:///file:///home/frd/path-to-my-file. The file protocol appears twice, and the sync doesn't seem to work. FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email

[tw] ImageSizePlugin and ImageMapPlugin

2009-08-06 Thread FrD
the image in the tiddler (if it use ImageSizePlugin, which is the case in my TW). Then the coordinates of the map are not valid. Thanks in advance for your ideas. FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] QuickEdit Package and page breaks

2009-08-05 Thread FrD
there ... I think it's only a matter of inserting something like : @@page-break-before:always;@@ Thanks in advance for your ideas on this subject FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group

[tw] SectionLinksPlugin ; sectionTOC extension ?

2009-06-29 Thread FrD
and others, if you think this extension could be both useful for some users and not too complicated considering the stucture of your plugin ... Thanks in advance. FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] TWT-Treeview and Quick_Edit split

2009-06-25 Thread FrD
Hello, I'm trying to use the split button from the QuickEdit package in a twt-treeview. It creates the new tiddler with the selected text, but doesn't insert the link or embed tiddler or insert the text for the slider. Has anybody encountered the same problem ? Thanks for your advices. FrD

[tw] Reading the first line from a csv file

2009-04-22 Thread FrD
for the first \n, and split according to the ;. But it's kind of stupid if the file is large !! If anybody has a clue .. Thanks in advance. FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post

[tw] Re: Macro for inserting at precise position relative to the tiddler

2009-01-25 Thread FrD
Works perfectly ! Thanks a On 25 jan, 16:24, Eric Shulman elsdes...@gmail.com wrote: I'm trying to insert a small icon at a precise position in the current tiddler. InsertAtPosition [img[IconTitle|file:./images/icon.gif]] x y where x and y are the position in px from the upper left

[tw] Re: Macro for inserting at precise position relative to the tiddler

2009-01-25 Thread FrD
Well, there still is a little problem. When I insert a carriage return (\n) it moves the next image slightly towards the bottom of the tiddler, even if the position relative to the top margin is the same as the preceeding image. Is it possible to avoid this ? On 25 jan, 16:36, FrD sokus

[tw] Re: Macro for inserting at precise position relative to the tiddler

2009-01-25 Thread FrD
Thanks for your quick answer. I'll try that as soon as possible. On 25 jan, 22:08, Eric Shulman elsdes...@gmail.com wrote: In order for the images to be positioned relative to the top-left corner of the tiddler, they must occur as the first rendered elements of that tiddler's content, with

[tw] Re: Link with a Lotus Niotes message

2009-01-20 Thread FrD
On 19 jan, 17:57, Xavier Vergés xver...@gmail.com wrote: FrD, creating a toolbar button makes it simple. Check this http://xdexavier.blogspot.com/2009/01/button-to-make-it-simpler-to-pa... -Xavier Thank you for your help. But I'm not very good at TW coding. Can you explain more how

[tw] Re: Link with a Lotus Niotes message

2009-01-20 Thread FrD
post in the Formula field Mmmm... lots of steps! Let me know if this is not clear enough for you. A short screencst would be better, but it is a bit too late now. -Xavier On Jan 20, 9:32 pm, FrD sokus...@gmail.com wrote: I use Lotus 6.5 at work. But your informations are clear enough. I've

[tw] Link with a Lotus Niotes message

2009-01-16 Thread FrD
a TW ? Thanks in advance. FrD --~--~-~--~~~---~--~~ 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 tiddlywiki

[tw] Search in open tiddlers

2009-01-16 Thread FrD
in the searched expression. But is there a simpler way to do that ? Thanks. FrD --~--~-~--~~~---~--~~ 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

[tw] Links in images

2008-12-22 Thread FrD
on the image ? But that's too smart for me. I would then appreciate some help ! Thanks in advance. FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to TiddlyWiki

[tw] Re: Links in images

2008-12-22 Thread FrD
can I put many links on an image ? I mean there are 11 points and I'd like to have 11 little sensitive areas each at a precise position and each linking to a different tiddler. In my example : 11 links to the tiddlers 1LU1 to LU11. FrD --~--~-~--~~~---~--~~ You

[tw] Re: Links in images

2008-12-22 Thread FrD
On 22 déc, 20:03, okido bkn...@gmail.com wrote: Hi FrD, Hi, I've made some progress. I create a custom class, for instance : .imgpos{position:relative; top: 50px; left: 50px;} It is the precise position where the little transparent box must be drawn on the meridian image. And in the lung

[tw] Changing the background of a tiddler on mouse over

2008-12-16 Thread FrD
that, something in the StyleSheet, a change in another system tiddler ? Thanks in advance for your help. FrD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email

[tw] Re: Changing the background of a tiddler on mouse over

2008-12-16 Thread FrD
On 16 déc, 21:49, Eric Shulman elsdes...@gmail.com wrote: The selected CSS classname is *automatically* added to a tiddler element by the TW core whenever a mouseover occurs, and is removed again when a mouseout occurs. Try this in your [[StyleSheet]]: .tiddler { background:#eee; }

<    1   2   3   4   5