From 9c5589e448c7ccd59ccb1e797e3b4d457164342e Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Thu, 18 Feb 2016 11:03:40 -0800 Subject: [PATCH] Updated Making OpenSeadragon Plugins (markdown) --- Making-OpenSeadragon-Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Making-OpenSeadragon-Plugins.md b/Making-OpenSeadragon-Plugins.md index 7376d76..48e1eec 100644 --- a/Making-OpenSeadragon-Plugins.md +++ b/Making-OpenSeadragon-Plugins.md @@ -1,6 +1,6 @@ We don't have a formal plugin architecture (though we're open to suggestions on that front). Basically you just create a new JS file that's intended to be loaded after openseadragon.js, and which patches OpenSeadragon in some way or another to enable your functionality. -Once you have created your plugin, link to it from https://github.com/openseadragon/site-build/issues/26 and we'll get it on the directory. +Once you have created your plugin, you can add it to our directory by making a pull request on this file: https://github.com/openseadragon/site-build/blob/master/www/index.html Tips: @@ -23,4 +23,4 @@ Example: })(OpenSeadragon); ``` -For reference, you can check out https://github.com/NISTDeepZoom/OpenSeadragonScalebar as an example plugin. \ No newline at end of file +For reference, you can check out https://github.com/NISTDeepZoom/OpenSeadragonScalebar as an example plugin, or any of the other plugins at http://openseadragon.github.io/#plugins. \ No newline at end of file