Community
    • Login

    Using Notepad++ Together with ChatGPT for a Faster Workflow

    Scheduled Pinned Locked Moved General Discussion
    5 Posts 5 Posters 103 Views
    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.
    • Kong KingK
      Kong King
      last edited by

      Hi everyone,

      I’d like to share a simple tip for those who often switch between Notepad++ and ChatGPT in their daily workflow. If you use chatgpt ita to draft or generate text, you can copy the output directly into Notepad++ to refine, format, or even run quick text manipulations with regex.

      What I find useful is:

      Draft the idea or code snippet with ChatGPT.

      Paste it into Notepad++ for cleaning, formatting, or further editing.

      Use Notepad++ features (like syntax highlighting or search/replace) to polish the text before saving.

      This way you combine the creativity of ChatGPT with the flexibility of Notepad++. It’s a lightweight but powerful workflow, especially for writers, coders, or anyone who needs quick editing without extra clutter.

      Alan KilbornA Walter CookW 2 Replies Last reply Reply Quote 0
      • Alan KilbornA
        Alan Kilborn @Kong King
        last edited by

        @Kong-King said in Using Notepad++ Together with ChatGPT for a Faster Workflow:

        I’m not sure why anything you said is unique to ChatGPT output…


        Paste it into Notepad++ for cleaning, formatting, or further editing.

        Use Notepad++ features (like syntax highlighting or search/replace) to polish the text before saving.

        Haven’t people been doing this with all kinds of data for decades… long before ChatGPT?


        Thus I must conclude that this thread contains no meaningful information.

        Victorel PetrovichV 1 Reply Last reply Reply Quote 0
        • Victorel PetrovichV
          Victorel Petrovich @Alan Kilborn
          last edited by

          Maybe the tip can be useful for some people (after all it helped the author), but it is posted in the wrong category. (This category is for asking for help)

          1 Reply Last reply Reply Quote 0
          • Walter CookW
            Walter Cook @Kong King
            last edited by

            @Kong-King YES…Something I have done often. Is there a preferred “Language” to use before pasting into Notepad++? Copying from ChatGPT or any of the AI’s interfaces seems to be pretty messy!

            Thanks,

            Walter Cook

            PeterJonesP 1 Reply Last reply Reply Quote 0
            • PeterJonesP
              PeterJones @Walter Cook
              last edited by

              @Walter-Cook said in Using Notepad++ Together with ChatGPT for a Faster Workflow:

              Is there a preferred “Language” to use before pasting into Notepad++?

              If the Generative AI nonsense is pretending to be C++, then use Language > C > C++; if it’s pretending to be Python, then use Language > P > Python; if it’s pretending to be markdown, use Language > Markdown (preinstalled). If it’s pretending to be plain text, use Language > None (Normal Text)

              Remember, Generative AI is not thinking, and is not actually generating anything with meaning. It is just picking a long list of likely “next token” (effectively, “next word”, but not technically) based on the prompt and what it’s generated so far.

              Copying from ChatGPT or any of the AI’s interfaces seems to be pretty messy!

              Then find a better UI? There are various frontends to those “tools” which can help. (I know that Google’s AI Studio interface, for example, has a button to allow copying the underlying Markdown that their LLM produces, so something like that might be better formatted than the rendered stuff directly from the browser.)


              Admin Note: as @Alan-Kilborn said, this conversation really shouldn’t be under the “Help Wanted” category, so I am moving it to the “General Discussion”

              1 Reply Last reply Reply Quote 0
              • PeterJonesP PeterJones moved this topic from Help wanted · · · – – – · · ·
              • First post
                Last post
              The Community of users of the Notepad++ text editor.
              Powered by NodeBB | Contributors