====== Support CKGEdit ====== ===== About ===== The ''CKGEdit plugin'' is a [[plugin|external plugin]] that replaces the dokuwiki editor. ===== Not all syntaxes plugin are supported by CkgEdit ===== By default, the ''CKGEdit'' plugin does not handle plugins and returns the Dokuwiki syntax. This behavior unfortunately means that not all syntaxes are supported. Below, you can see the known effects but there may be more. ==== DokuWiki Heading ==== Because we take over the dokuwiki heading, ''CKGEdit'' will then return: * ''%%====== Title ======%%'' * and not ''%%
foreach ( $instructions as $instruction ) {
if ($instruction[0] == 'plugin') {
$Renderer->doc .= $instruction[1][3]; // here
} else {
call_user_func_array(array(&$Renderer, $instruction[0]),$instruction[1]);
}
}