[How To] Notepad++

    • Official Post

    Here is a practical guide for Notepad++ covering the download, installation, and use of plugins for JSON, HTML, Regex, and XML.


    The table below lists the recommended plugins for your needs.


    Language/Feature Recommended Plugin(s) Primary Use
    JSON JSON Viewer Formats and validates JSON data for easy reading.
    HTML HTML Tag (official) / WebEdit (unofficial) Assists with inserting and managing HTML/CSS code.
    XML XML Tools Validates, formats (pretty prints), and works with XML documents.
    Regular Expressions (Regex) Regex Trainer Helps learn, test, and build regular expressions with a live preview.



    ### How to Download and Install Notepad++

    1. Go to the official website: [https://notepad-plus-plus.org/downloads/].

    2. Choose the **installer** for your system (usually the 64-bit `.exe`).

    3. Run the downloaded installer and follow the on-screen instructions. The default settings are recommended for most users.


    ### 🔌 Installing Plugins via Plugins Admin (Easiest Method)

    This is the simplest way to install most official plugins.

    1. In Notepad++, go to **Plugins** in the top menu.

    2. Select **Plugins Admin...**.

    3. In the **Available** tab, you will see a searchable list of plugins.

    4. Check the box next to the plugin you want (e.g., `JSON Viewer`, `HTML Tag`, `XML Tools`).

    5. Click the **Install** button.

    6. Notepad++ will download the plugin and ask you to restart. Click **Yes**.

    7. After restarting, the plugin will appear under the **Plugins** menu.


    ### Installing Plugins Manually (For Unofficial or Problematic Plugins)

    Some plugins, like the unofficial version of `WebEdit` for HTML, are not in Plugins Admin and must be installed manually. You may also need this method if you have permission issues.

    1. **Download the plugin** from its official source. It will usually be a `.zip` or `.dll` file.

    2. **Close all instances of Notepad++**.

    3. **Locate your Notepad++ installation folder** (e.g., `C:\Program Files\Notepad++\`).

    4. Inside, navigate to the **`plugins`** folder.

    5. **Create a new folder** with the exact name of the plugin's main DLL file (e.g., `WebEdit`).

    6. **Place the plugin's main DLL file** inside that newly created folder.

    7. **Unblock the DLL (if needed)**: Right-click the `.dll` file > **Properties**. If you see an **Unblock** checkbox, check it and click **OK**.

    8. Start Notepad++. The plugin should now appear in the **Plugins** menu.


    > :If you encounter a "plugin not appearing" issue after installation, the most common cause is a **permissions issue** if Notepad++ is installed in the `Program Files` directory. Try running Notepad++ as an administrator once to complete the installation. Another common mistake is a **version mismatch** between the plugin (32-bit vs. 64-bit) and your Notepad++ installation.


    ### How to Use the Plugins

    Once installed, each plugin adds its own submenu under **Plugins**.

    * **JSON Viewer**: Open a JSON file, go to **Plugins > JSON Viewer > Format JSON**.

    * **HTML Tag / WebEdit**: Look for the new menu under **Plugins** (e.g., **Plugins > HTML Tag**) to access tools for inserting tags.

    * **XML Tools**: Open an XML file, go to **Plugins > XML Tools**. Key functions are **Pretty print (XML only - with line breaks)** and **Validate now**.

    * **Regex Trainer**: Go to **Plugins > Regex Trainer** to open a side panel where you can write and test expressions with live feedback.

    * **Built-in Regex**: You can use **Search > Replace (Ctrl+H)**, set the **Search Mode** to **Regular expression**.




    # Guida Completa a Notepad++ in Italiano

    Guida pratica per scaricare, installare e utilizzare Notepad++ e i suoi plugin per JSON, HTML, Regex e XML.


    La tabella seguente riassume i plugin consigliati per le vostre esigenze.


    SON JSON Viewer Formatta e convalida i dati JSON per una lettura facilitata.
    HTML HTML Tag (ufficiale) / WebEdit (non ufficiale) Aiuta a inserire e gestire il codice HTML/CSS.
    XML XML Tools Convalida, formatta (con indentazione) e consente di lavorare con documenti XML.
    Espressioni Regolari (Regex) Regex Trainer Aiuta a imparare, testare e creare espressioni regolari con un'anteprima in tempo reale.


    ### Come Scaricare e Installare Notepad++

    1. Andate sul sito ufficiale: [https://notepad-plus-plus.org/downloads/](https://notepad-plus-plus.org/downloads/).

    2. Scegliete il file di **installazione** per il vostro sistema (generalmente l'`.exe` a 64-bit).

    3. Eseguite il file scaricato e seguite le istruzioni a schermo. Le impostazioni predefinite sono consigliate per la maggior parte degli utenti.


    ### 🔌 Installare i Plugin via Plugins Admin (Metodo Più Semplice)

    Questo è il metodo più semplice per installare la maggior parte dei plugin ufficiali.

    1. In Notepad++, andate nel menu in alto su **Plugins**.

    2. Selezionate **Plugins Admin...**.

    3. Nella scheda **Available**, vedrete un elenco di plugin ricercabile.

    4. Spuntate la casella accanto al plugin che volete (es. `JSON Viewer`, `HTML Tag`, `XML Tools`).

    5. Cliccate il pulsante **Install**.

    6. Notepad++ scaricherà il plugin e vi chiederà di riavviare. Cliccate **Yes**.

    7. Dopo il riavvio, il plugin sarà disponibile sotto il menu **Plugins**.


    ### Installare i Plugin Manualmente (Per Plugin non Ufficiali o con Problemi)

    Alcuni plugin, come la versione non ufficiale di `WebEdit` per HTML, non sono in Plugins Admin e vanno installati manualmente. Potreste avere bisogno di questo metodo anche in caso di problemi di autorizzazioni.

    1. **Scaricate il plugin** dalla sua fonte ufficiale. Di solito è un file `.zip` o `.dll`.

    2. **Chiudete tutte le istanze di Notepad++**.

    3. **Trovate la cartella di installazione di Notepad++** (es. `C:\Program Files\Notepad++\`).

    4. All'interno, navigate nella cartella **`plugins`**.

    5. **Create una nuova cartella** con il nome esatto del file DLL principale del plugin (es. `WebEdit`).

    6. **Posizionate il file DLL principale del plugin** all'interno di quella nuova cartella.

    7. **Sbloccate la DLL (se necessario)**: Clic con il tasto destro sul file `.dll` > **Proprietà**. Se vedete una casella di spunta **Sblocca**, selezionatela e cliccate **OK**.

    8. Avviate Notepad++. Il plugin dovrebbe ora apparire nel menu **Plugins**.


    > **Nota:** Se un plugin non appare dopo l'installazione, la causa più comune è un **problema di autorizzazioni** se Notepad++ è installato nella directory `Program Files**. Provate ad avviare Notepad++ come amministratore una volta per completare l'installazione. Un altro errore frequente è una **versione non corrispondente** tra il plugin (32-bit vs. 64-bit) e la vostra installazione di Notepad++.


    ### Come Utilizzare i Plugin

    Una volta installati, ogni plugin aggiunge un proprio sottomenu sotto **Plugins**.

    * **JSON Viewer**: Aprite un file JSON, andate su **Plugins > JSON Viewer > Format JSON**.

    * **HTML Tag / WebEdit**: Cercate il nuovo menu sotto **Plugins** (es. **Plugins > HTML Tag**) per accedere agli strumenti per inserire tag.

    * **XML Tools**: Aprite un file XML, andate su **Plugins > XML Tools**. Le funzioni principali sono **Pretty print (XML only - with line breaks)** per formattare e **Validate now** per convalidare.

    * **Regex Trainer**: Andate su **Plugins > Regex Trainer** per aprire un pannello laterale dove scrivere e testare le espressioni con feedback in tempo reale.

    * **Regex Integrato**: Potete usare **Cerca > Sostituisci (Ctrl+H)**, impostando **Modalità di ricerca** su **Espressione regolare**.


    Spero che questa guida vi aiuti a configurare Notepad++ per il vostro lavoro. Se avete problemi con l'installazione di un plugin specifico, chiedete pure per ulteriori dettagli.

Your hub for Enigma2 tools and utilities

Get downloads, support, and toolboxes for configuration and management software on Windows, Linux, and Android. Find essential Enigma2 tools for all platforms. Access downloads, support, and utilities for Windows, Linux, and Android to manage your receiver.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!