Create a New Wiki Plugin

Since our conversion to ES6 Javascript for the wiki client we now use a standard configuration for plugin builds.

Learn this skill with two lessons.

one

Create and populate a directory using the template Paul has provided. Argument is a name for your plugin as you would want it capitalized in its about page. In our example we will use CoolThing. npm github

npm create wiki-plugin@latest CoolThing

npm run build

two

Install and test in localhost server. Assemble resources into one tar file as is done when publishing.

npm pack

Clone wiki from github. Install the new plugin from the adjacent directory. Launch wiki as is your preference.

npm install ../wiki-plugin-coolthing

node index.js -p 3000

.

Note: while developing the new SODOTO Plugin we will experiment with a few new sites we own.

thompson.dojo.fed.wiki jan.dojo.fed.wiki

# See - Older Make a New Plugin