Skip to content

turnermm/dwedit

Repository files navigation

This plugin will automatically add a DW Edit button to the page tools which appear at the right of the Dokuwiki editor in the standard Dokuwiki template.
The icon is like the Edit button.  Clicking on the button will open the native Dokuwiki editor.  It opens to the entire page being edited, it does not support section editing.

For users who are not using the Dokuwiki template, a link can be added anywhere on the template page  using the following syntax:
    <?php tpl_toolsevent('dweditlink', array());?>
If already in a php block, use: 
     tpl_toolsevent('dweditlink', array());
     
 The appearance of the link can be styled in the style.css file, using span.dwedit, which is currently set to: 
      font-size:  10pt;  padding-left: 4px; padding-right: 4px;
      

About

Direct Access to Dokuwiki Editor from Ckgedit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published