Notepad ++ Plugin Geneator
-
Hello,
Need guidence how to create a custom plugin for notepad++. the plugin should ask api key and it will save it then it will ask name email then it will sent a post request to server that’s it.
do you know how can can we make it.any docuemnation, framework, video will be appreciated
-
The user manual has a section on how to create a plugin. I recommend starting there
https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin
In general, for storing information / configuration, plugins should grab NPPM_GETPLUGINSCONFIGDIR, create a subdirectory named the same as their plugin, and put any saved configuration values in one or more files in that directory.
-
If your plugin concept is very simple, you might find it easier to write a PythonScript script rather than writing a full-blown plugin.
If you need to write a full plugin and you’re used to working with garbage-collected languages like Python/Java/JavaScript, I’d recommend starting with NppCSharpPluginPack, which is a C# plugin template that I actively maintain.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login