Generic SRD site that needs to be more generalized.
 
 
Go to file
kts of kettek (nyaa) e22e606d2d Implement plugin object support; pass dot to app
We now support plugins that are more than functions. At the moment these
plugin modules should export a plain object with the following possible
properties:

  * priority number
    * preload/load priority. Higher numbers result in earlier calling.
  * preload function
    * Any logic for preloading, just as dynamic/initial setup that may be used by other plugins.
  * load
    * Any logic for setting up the bulk of the plugin, such as express paths and similar.
2021-05-28 21:42:36 -07:00
plugins Allow HTML embed, add extra scripts/styles support 2021-05-20 18:25:42 -07:00
public Allow overflow of toc 2021-05-24 22:13:56 -07:00
views Allow HTML embed, add extra scripts/styles support 2021-05-20 18:25:42 -07:00
.gitignore Add gitignore 2021-05-17 03:14:23 -07:00
index.js Implement plugin object support; pass dot to app 2021-05-28 21:42:36 -07:00
package-lock.json Add sub module installation step 2021-05-18 02:50:36 -07:00
package.json Add sub module installation step 2021-05-18 02:50:36 -07:00