Notepad++ User Manual
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.
Summary
- Getting started
- Editing
- Searching
- Views
- Sessions, Workspaces, and Projects
- Function List
- Auto-Completion
- Highlighting - Built-in Languages
- 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
- Upgrading
- Right Click - Edit with Notepad++
- Ghost Typing
- Other Resources
- User Manual History
- Copyright & License
How to test site locally
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.
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Γ !