Secure PDF viewer plugin for NodeBB - prevents downloading, enables canvas-only rendering with Premium group support
npm install nodebb-plugin-pdf-securestatic:app.load hook, and a client-side script. Most plugins need at least one of the above, so this ought to save you some time. For a full list of hooks have a look at our wiki page, and for more information about creating plugins please visit our documentation portal.
nodebb-plugin-quickstart with nodebb-plugin-your-plugins-name. Change the author's name in the LICENSE and package.json files.
public/lib/main.js and paste in console.log('hello world');, and that's it!