From: Dmitry M. <dm...@la...> - 2004-06-09 22:18:19
|
On Wed, Jun 09, 2004 at 11:42:15PM +0200, Reini Urban wrote: > If you can persuade some developer to put it into core it will be in lib/ :) Well that's not exactly the point I was trying to make :). It seems strange if 99% of the functionality is encapsulated within a plugin, and requires 1 specific line in a library.. It seems to make much more sense to write something generic that could take care of situations like these. > I have such a editpage toolbar feature in the works where you can press > a button, which opens a window with a pulldown of all: > > * plugins > * categories > * all pagenames > > You select one and this is inserted verbatim into the textarea. > This way you can easily associate categories, insert links to other > pages and insert plugins. Hmm, I can see this working if there are 10 categories, or even 50, but not more. This doesn't seem to scale well at all. A lits with incremental search would be ideal (Midnight Commander style)... > The problem is that I ran against yet unknown problems with MacIE, where > most of the editpage toolbar features don't work. I only knew that the > display property is missing on MacIE, so CreateToc and AddComment with > js_hide will not work. Don't know anything about JS stuff, sorry :] -d |