How to get my plugin into the plugin directory?
-
I have written a plugin and I am wondering how I can get it into the plugin directory. Can anyone help?
Thanks
-
??? Copy it there ???
-
Do you know the PluginManager? For x64 see https://github.com/bruderstein/npp-plugins-x64/.
-
Sorry by “plugin directory” I didn’t mean the directory on the disk. I meant the directory of available plugins on the web so other people can use it.
-
There is no central plugin repository. Typically plugins are published on github or sourceforge I would see. Similar to N++ itself https://github.com/notepad-plus-plus/notepad-plus-plus. See https://github.com/npp-plugins for example for some plugins of donho. Is that the information you are looking for? For github introduction see https://guides.github.com/activities/hello-world/