[tw] Re: transclusion: navigationediting question

2010-12-12 Thread Yakov
So, I've tested version 1.0.1 Thanks, to Eric, these issues * the plugin always opens tiddlers to edit on the top of the displayArea, moreover, it doesn't cause the screen to scroll to the editor (tested in both Opera and FireFox) * tiddler [[Non-existing tiddler]] edit is represented

[tw] Re: transclusion: navigationediting question

2010-11-27 Thread Yakov
use the edit keyword params to *force* the enhanced click-to-edit Yeah, thanks. I was misled by the rendering of macro in Opera which becomes editable without any additional parameteres in some cases (and this is a case where it doesn't). :) This usually happens when trying to rush and get the

[tw] Re: transclusion: navigationediting question

2010-11-26 Thread Yakov
Hi Eric! I've tested the plugin a bit and found a bug with sliders. How to repeat it: - create a tiddler A. - create a tiddler B with a slider that opens section. Put a tiddler A macro in the section opened by the slider. - create a tiddler C with a tiddler B macro. In my tests the transcluded

[tw] Re: transclusion: navigationediting question

2010-11-26 Thread Eric Shulman
In my tests the transcluded tiddler A in C doesn't have dotted bounding box. It has no box in the B either, but I wrote this constuction to show a conception which allows to use this plugin in sliders and tabs. The dotted border on mouseover is only added if an element is editable or

[tw] Re: transclusion: navigationediting question

2010-11-12 Thread roma
Dear Eric, Apart from the fact that I should apologize for the useless message above, as you already warned about the issue, - this word to give you my feedback about your PasteUp plugin at this stage (0.90) : it is great ! Just some comments : - To use some links contained in a tiddler (as

[tw] Re: transclusion: navigationediting question

2010-11-12 Thread roma
Finally, adding scroll to limited box size (like : style:overflow: scroll; border:1px solid black; background:#ffe; color:blue; padding: 1em z:auto x:439px y:211px w:4in h:4in) allows quite easy positioning, so that overlapping is not anymore an issue... To me, this plugin is definitely a major

[tw] Re: transclusion: navigationediting question

2010-11-01 Thread roma
Eric, I have tried your PasteUpPlugin (still in alpha development), - and found it extreemly useful. I think I have achieved what I wanted to do with TW, all elegant solutions are with some few plugins. But if I'm writting, it is to point out what may be you already notice concerning

[tw] Re: transclusion: navigationediting question

2010-10-25 Thread Yakov
I would also like to notice one detail which however tends to be of little concern to the most of the public. The thing is the hendheld use of TW. You see, in the Opera Mobile (and I think in most of others) double click causes browser to zoom in or out, so it would be very important to add some

[tw] Re: transclusion: navigationediting question

2010-10-20 Thread Tobias Beer
That's great, Eric! It pretty much sounds like what has been discussed here. It would be great if the final version... 1) had support for slider- and tab-contents as well - maybe in the form of 'addons' to PasteUpPlugin - which could be used later on to hook up other elements as well 2)

[tw] Re: transclusion: navigationediting question

2010-10-19 Thread PMario
@Yakov Your ideas are very interesting. @tobias On Oct 18, 9:36 pm, Tobias Beer beertob...@googlemail.com wrote: snip On the other hand, I really wouldn't know (yet) where one would have to hook that handler, probably when wikifying a transcluded tiddler or when rendering a slider or tabs. It

[tw] Re: transclusion: navigationediting question

2010-10-19 Thread PMario
A hint: The macro wikifier invokeMacro = function (place, macro, params, wikifier, tiddler) { invokeMacro(w.output,lookaheadMatch[1],lookaheadMatch[2],w,w.tiddler); running some tests -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this

[tw] Re: transclusion: navigationediting question

2010-10-19 Thread Tobias Beer
As a first step, I would not try to introduce a new interface with lists of transcluded tiddlers in transcluded tiddlers in transcluded tiddlers to be highlighted ...but only open the respective, inner-most tiddler in EditMode ...while, of course, preventing the event from bubbling up. So, Saq's

[tw] Re: transclusion: navigationediting question

2010-10-19 Thread Tobias Beer
As for highlighting... CTRL+MOUSEOVER might be just the best way to trigger that to happen. 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

[tw] Re: transclusion: navigationediting question

2010-10-19 Thread Eric Shulman
When I read my notes and manage them included tiddlers slow editing drastically: if I need to edit an included tiddler, I need to open it so I need to get and its name so I need to open the containing tiddler and then to write the name of the included one into the search engine.. It seems to

[tw] Re: transclusion: navigationediting question

2010-10-18 Thread Tobias Beer
First of all, I would not change the doubleclick behaviour. Instead I would prefer a CTRL+CLICK ...whereas one click might show your suggested border and a second CTRL+CLICK inside of it opens the transcluded tiddler in edit mode. Although, the border does not really seem necessary ...and if