Community
    • Login

    Notepad ++ Plugin Geneator

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 3 Posters 588 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ISSUE BADGEI Offline
      ISSUE BADGE
      last edited by

      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

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP Offline
        PeterJones @ISSUE BADGE
        last edited by PeterJones

        @ISSUE-BADGE ,

        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.

        1 Reply Last reply Reply Quote 2
        • Mark OlsonM Offline
          Mark Olson
          last edited by

          @ISSUE-BADGE

          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.

          1 Reply Last reply Reply Quote 3

          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
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors