Your pull requests are welcome; however, they may not be accepted for various reasons.
- KISS - Keep It Simple, Stupid.
- Respect Notepad++ User Manual style.
- Create a new branch for each PR.
-
First and foremost, when editing, keep it similar to what's already in that document.
-
When referencing a menu item, like File > Open, make it bold, and use > as the separator-character between different levels.
-
When referencing a setting in a dialog box, make it bold. Examples:
- On the Settings > Preferences > Backup page, please enable ☑ Remember Current Session For Next Launch"
- Use the checkbox Search > Find > Search Mode: ☑ Regular Expression to enable regular expressions in your search
-
For text that you want to indicate as user-entered (such as regular expressions or values entered into dialog box prompts), and for filenames and directories, use backticks to set the
monospaced / code
formatting.
To properly link from one page in the user-manual docs to another, use the syntax [link name](../page/)
to link to the top level, or [link name](../page/#anchor)
to link to an anchor (like a heading) in another document. Note that page
does not include the .md
extension. The anchor names are the lower-case version of the section headers, with spaces replaced by hyphens. Thus, from the Themes page, link to the Preferences > Style Configurator using the syntax [**Preferences > Style Configurator**](../preferences/#style-configurator)
.