{"id":18983609,"url":"https://github.com/notepad-plus-plus/npp-usermanual","last_synced_at":"2026-01-26T22:54:25.807Z","repository":{"id":35512780,"uuid":"39783021","full_name":"notepad-plus-plus/npp-usermanual","owner":"notepad-plus-plus","description":"Notepad++ User Manual","archived":false,"fork":false,"pushed_at":"2026-01-17T04:06:36.000Z","size":7737,"stargazers_count":241,"open_issues_count":1,"forks_count":108,"subscribers_count":27,"default_branch":"master","last_synced_at":"2026-01-17T17:11:20.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npp-user-manual.org/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/notepad-plus-plus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-27T15:45:08.000Z","updated_at":"2026-01-17T04:06:40.000Z","dependencies_parsed_at":"2024-02-24T20:26:21.097Z","dependency_job_id":"47c6127a-8831-4f39-909e-14bd5780f63c","html_url":"https://github.com/notepad-plus-plus/npp-usermanual","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/notepad-plus-plus/npp-usermanual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepad-plus-plus%2Fnpp-usermanual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepad-plus-plus%2Fnpp-usermanual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepad-plus-plus%2Fnpp-usermanual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepad-plus-plus%2Fnpp-usermanual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notepad-plus-plus","download_url":"https://codeload.github.com/notepad-plus-plus/npp-usermanual/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notepad-plus-plus%2Fnpp-usermanual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28791162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T16:17:45.966Z","updated_at":"2026-01-26T22:54:25.801Z","avatar_url":"https://github.com/notepad-plus-plus.png","language":"HTML","readme":"Notepad++ User Manual\n=======\n\n[**Notepad++ User Manual**](https://npp-user-manual.org) is built collaboratively, and your contribution is very welcome. Before submitting a pull request (PR), please check our [contribution rules](CONTRIBUTION.md) to prevent your PR from being rejected.\n\nSummary\n=======\n\n* [Getting started](content/docs/getting-started.md)\n* [Working with Files](content/docs/files.md)\n* [Editing](content/docs/editing.md)\n* [Searching](content/docs/searching.md)\n* [Views](content/docs/views.md)\n* [Sessions, Workspaces, and Projects](content/docs/session.md)\n* [Function List](content/docs/function-list.md)\n* [Auto-Completion](content/docs/auto-completion.md)\n* [Syntax Highlighting - Built-in Languages](content/docs/programing-languages.md)\n* [Syntax Highlighting - User Defined Languages](content/docs/user-defined-language-system.md)\n* [Macros - Task Automation](content/docs/macros.md)\n* [Running External Commands](content/docs/run-menu.md)\n* [Plugins](content/docs/plugins.md)\n* [Plugin Communication](content/docs/plugin-communication.md)\n* [Command Line Arguments](content/docs/command-prompt.md)\n* [Preferences](content/docs/preferences.md)\n* [Configuration Files Details](content/docs/config-files.md)\n* [Themes](content/docs/themes.md)\n* [Localization - User Interface Translation](content/docs/binary-translation.md)\n* [User Interface](content/docs/user-interface.md)\n* [Upgrading](content/docs/upgrading.md)\n* [Right Click - Edit with Notepad++](content/docs/shell-extension.md)\n* [Ghost Typing](content/docs/ghost-typing.md)\n* [Other Resources](content/docs/other-resources.md)\n* [User Manual History](content/docs/history.md)\n* [Copyright \u0026 License](content/docs/license.md)\n\n\nHow to test site locally\n=======\n\n**Notepad++ User Manual** website is generated by [Hugo](https://gohugo.io/) by using [hugo-book theme](https://github.com/alex-shpak/hugo-book).\nIn order to visualize the site (with your modification) on your computer locally, you have to download [Hugo **extended** version](https://github.com/gohugoio/hugo/releases) firstly ([v0.68.3](https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Windows-64bit.zip) is currently recommended for compatibility purposes).\nGo to the root of Notepad++ User Manual repository under your bash shell (use `Git bash` under windows) then type `HUGODIR\\hugo.exe -d static_html --theme hugo-book-9 --baseURL \"http://localhost:1313\" server\n`\n\n```txt\ndonh@MYPC MINGW64 /c/myRepos/npp-usermanual (master)\n$ /c/myApps/hugo/hugo.exe -d static_html --theme hugo-book-9 --baseURL \"http://localhost:1313\" server\nBuilding sites …\n                   | EN\n-------------------+------\n  Pages            |  45\n  Paginator pages  |   0\n  Non-page files   | 161\n  Static files     |  80\n  Processed images |   0\n  Aliases          |   0\n  Sitemaps         |   1\n  Cleaned          |   0\n\nBuilt in 273 ms\nWatching for changes in C:\\myRepos\\npp-usermanual\\{content,layouts,themes}\nWatching for config changes in C:\\myRepos\\npp-usermanual\\config.toml\nEnvironment: \"development\"\nServing pages from C:\\myRepos\\npp-usermanual\\static_html\nRunning in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender\nWeb Server is available at http://localhost:1313/ (bind address 127.0.0.1)\nPress Ctrl+C to stop\n```\n\nType [http://localhost:1313/](http://localhost:1313/) on the adress bar of your browser et voilà!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotepad-plus-plus%2Fnpp-usermanual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotepad-plus-plus%2Fnpp-usermanual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotepad-plus-plus%2Fnpp-usermanual/lists"}