AnyWikiDraw for PmWiki

Usage

To include a drawing in a PmWiki page, write the following tag in the page:

(:drawing drawing.svg|width|height:)

Installation instructions

  1. This is an experimental cookbook. Data loss may occur. Install it only on a Wiki system that does not contain critical data.
  2. This extension adds inline drawing editing support to your PmWiki. Make sure, that you have proper licenses for all drawings on your PmWiki.
  3. Deinstall the PmWikiDraw cookbook. AnyWikiDraw includes the PmWikiDraw cookbook. Having them installed both will result into conflicts between the two cookbooks.
  4. Copy the folder AnyWikiDraw from anywikidraw/pmwiki/cookbook into the cookbook folder of your PmWiki server.
  5. Add the following line to the file local/config.php of your PmWiki server:
     
    include_once("cookbook/AnyWikiDraw/AnyWikiDraw.php");

  6. Make sure that uploading is enabled in local/config.php.

    $EnableUpload = 1;