[dokuwiki] Future Plugin Interfaces ?

So here is the really question:

At the moment I'm writing on a Plugin to add a type of Blog
functionality. This means that I need Dokuwiki to call my code from some
other places that actually possible(AFIK).

At the moment there are Plugins to Change the content. (syntax.php)
At the moment I have added some code to extend the doku.php to execute
my own Command (?do=plg:%plugname%:%cmd%) and added some code into the
feed.php to have the ability to 'register' my additional RSS Feed.

Next I need a Plugin extend the Edit-page. So the question is now, are
there any Design or something for such, say extended Plugins ?

On the Web is only a List a la:
<quote>
  Currently available Plugin Types:
    * Syntax Plugins
    * more to come
</quote>


regards Rainer


Other related posts: