Problem getting plugin working

Hi I’m a newbie and Iḿ trying to install the plugin: ttrss-hl_legacy, I followed the instructions for installing but the plugin is not showing up in the ttrs web interface.
The plugin init.js includes this which I don’t know how to install/use if needed: require([‘dojo/_base/kernel’, ‘dojo/ready’], function (dojo, ready) {

Hope one of you can help me :slight_smile:

The require dojo stuff should automatically be loaded by the included Dojo framework itself.

Just put both init.js and init.php in plugins.local/hl_legacy (make sure there are no extra sub-directories) as described in the readme.

Thank you, the problem was that I had named the folder HL_Legacy instead of hl_legacy