Notepad++ User Manual is built collaboratively, and your contribution is very welcome. Before submitting a pull request (PR), please check our contribution rules to prevent your PR from being rejected.
- Getting started
- Working with Files
- Editing
- Searching
- Views
- Sessions, Workspaces, and Projects
- Function List
- Auto-Completion
- Syntax Highlighting - Built-in Languages
- Syntax Highlighting - User Defined Languages
- Macros - Task Automation
- Running External Commands
- Plugins
- Plugin Communication
- Command Line Arguments
- Preferences
- Configuration Files Details
- Themes
- Localization - User Interface Translation
- User Interface
- Upgrading
- Right Click - Edit with Notepad++
- Ghost Typing
- Other Resources
- User Manual History
- Copyright & License
Notepad++ User Manual website is generated by Hugo by using hugo-book theme.
In order to visualize the site (with your modification) on your computer locally, you have to download Hugo extended version firstly (v68.3 is currently recommended for compatibility purposes).
Go to the root of Notepad++ User Manual repository under your bash shell (use Git bash
under windows) then type HUGODIR\hugo.exe server --minify --theme book
donh@MYPC MINGW64 /c/husbandIsNotATM/npp-usermanual (adapt_hugo_book_theme)
$ /c/tmp/hugo/hugo_ext/hugo.exe server --minify --theme book
Building sites …
| EN
+------------------+----+
Pages | 23
Paginator pages | 0
Non-page files | 0
Static files | 14
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Total in 69 ms
Watching for changes in C:\husbandIsNotATM\npp-usermanual\{content,themes}
Watching for config changes in C:\husbandIsNotATM\npp-usermanual\config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disablastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
Type http://localhost:1313/ on the adress bar of your browser et voilà!