Skip to content
forked from turnermm/dwedit

Direct Access to Dokuwiki Editor from Ckgedit

Notifications You must be signed in to change notification settings

dturkalj/dwedit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 syle.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

Languages

  • PHP 72.5%
  • CSS 27.5%