From: Reini U. <rei...@gm...> - 2005-10-27 13:39:36
|
On 10/27/05, Manuel Vacelet <man...@gm...> wrote: > 2005/10/27, Reini Urban <rei...@gm...>: > > > But this work is intresting, I think there are 2 ways that can easily > > > solve the current limitations: > > > * generate wiki markups instead of HTML > > > * keep the current 'edit' button and allow section edition. > > > > Section editing is quite hard within the current HtmlObject tree. Not > > impossible, > > but much harder than with the simple mediawiki architecture. > > Can you details how it's harder (I didin't yet study this part of PhpWiki= ) ? > Do you think it's reasonably feasible or not ? BlockParser recursively converts textblock sections into a big tree of HTML Objects, which are then parsed with InlineParser. To detect sections within that tree you have to find those in the tree, let the user edit it, and replace that section in the tree. I wouldn't do that now, because I want the AJAX and blog features for 1.3.1= 2. But I would help with patches. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |