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 Wiki. Make sure, that you have proper licenses for all drawings on your Wiki.
  3. Deinstall the PmWikiDraw cookbook. AnyWikiDraw includes the PmWikiDraw cookbook. Having them installed both will result into conflicts between the two cookbooks.
  4. To activate this cookbook, place the AnyWikiDraw folder into the cookbooks folder of your PmWiki server, and add the following line to your config.php script:
     
    include_once("cookbook/AnyWikiDraw/AnyWikiDraw.php");