Search code examples
c#testingpluginsscrewturn

How to test run plugins in screwturn wiki


I am trying to create a plugin for Screwturn Wiki. I have the test code running but I don't know how to start the plugins as well.

Thanks in advance for the help.


Solution

  • You need to compile the plugin to a .dll, and then install the .dll plugin via the Wiki-admin panel.

    The plugin can have a URL that points to the most recent version, and Screwturn can check this, but there are time-delays involved, and I've found it just easier to manually upgrade each time.