In this example, we will take a look at how to auto-save a file in Notepad++ using Plugin AutoSave,
- Open Notepad++,
- Go to Plugins -> Plugins Admin..,
- Now search AutoSave,
- Click on Install, Notepad++ will get restarted,
- You will able to see the plugin under: Plugins -> Auto Save -> Options

You can choose from the options,
Auto Save when:- Notepad++ loose focus,
- "At time intervals every x minutes"
You can also save the named and unnamed files.
Source: https://github.com/francostellari/NppPlugins
Author: Franco Stellari
Automatically save the currently open files based on a timer schedule and/or upon the application losing focus.
The plugin offers several options to save the current (or all the files), selecting only the named ones, accessible through an options dialog box.
Have Questions? Post them here!
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
- [Solved] SharePoint Search Internal server error exception - SharePoint
- What is the doctype for HTML5? - Html
- Setting $JAVA_HOME Environment Variable in macOS - MacOS
- -bash: startup.sh: command not found - Apache Tomcat 8 - Tomcat
- PowerShell - How to use Try Catch Finally blocks for error exception handling (Windows/SharePoint) - SharePoint
- How to reset eclipse layout - Android
- Hide cURL Outputs and Errors on Terminal - cURL
- Convert String to int in Java - Java