zioth / dokuwiki_fastwiki

DokuWiki plugin which speeds up user interactions by avoiding page loads, rendering content client-side and pre-loading content.
GNU General Public License v2.0
9 stars 2 forks source link

fast section editing fails with include plugin #28

Closed rottaran closed 7 years ago

rottaran commented 7 years ago

I have a wiki page that consists of multiple sections included via the include plugin into another wiki page. This shows section edit buttons for each of the included sections. Without the fastwiki section-edit feature I can edit these included sections. When enabling the fastwiki's section-edit, I get the editor window but of the wrong page, i.e. not the included page.

As it seems, the include plugin does not produce edit buttons that point to the included page. Instead it does some magic when the editor is opened in order to redirect the editing to the contents of the included page.

zioth commented 7 years ago

I think this is fixed now, along with issue #31. If it's not, feel free to reopen.