{"id":13454247,"url":"https://github.com/dail8859/NotepadNext","last_synced_at":"2025-03-24T05:33:33.207Z","repository":{"id":37661217,"uuid":"224468265","full_name":"dail8859/NotepadNext","owner":"dail8859","description":"A cross-platform, reimplementation of Notepad++","archived":false,"fork":false,"pushed_at":"2024-10-27T02:08:36.000Z","size":18628,"stargazers_count":9136,"open_issues_count":54,"forks_count":551,"subscribers_count":101,"default_branch":"master","last_synced_at":"2024-10-29T10:18:00.509Z","etag":null,"topics":["desktop","editor","linux","macos","notepad","notepad-plus-plus","qt","qt5","qt6"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dail8859.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dail8859"}},"created_at":"2019-11-27T16:06:10.000Z","updated_at":"2024-10-29T07:21:16.000Z","dependencies_parsed_at":"2023-11-09T13:44:51.143Z","dependency_job_id":"7d0e15c8-b94e-413f-9344-b41538f896f6","html_url":"https://github.com/dail8859/NotepadNext","commit_stats":{"total_commits":779,"total_committers":45,"mean_commits":17.31111111111111,"dds":0.1258023106546855,"last_synced_commit":"4c7934479b01378d81acd4652e79846c685ebdbc"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dail8859%2FNotepadNext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dail8859%2FNotepadNext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dail8859%2FNotepadNext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dail8859%2FNotepadNext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dail8859","download_url":"https://codeload.github.com/dail8859/NotepadNext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245217366,"owners_count":20579290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["desktop","editor","linux","macos","notepad","notepad-plus-plus","qt","qt5","qt6"],"created_at":"2024-07-31T08:00:52.219Z","updated_at":"2025-03-24T05:33:31.351Z","avatar_url":"https://github.com/dail8859.png","language":"C++","readme":"# Notepad Next\n\n![Build Notepad Next](https://github.com/dail8859/NotepadNext/workflows/Build%20Notepad%20Next/badge.svg)\n\nA cross-platform, reimplementation of Notepad++.\n\nThough the application overall is stable and usable, it should not be considered safe for critically important work.\n\nThere are numerous bugs and half working implementations. Pull requests are greatly appreciated.\n\n![screenshot](/doc/screenshot.png)\n\n# Installation\n\nPackages are available for Windows, Linux, and MacOS.\n\nBelow are the supported distribution mechanisms. There may be other ways to download/install the application, but this project will likely not be able to offer any support for those since they are made availble by other individuals.\n\n## Windows\nWindows packages are available as an installer or a stand-alone zip file on the [release](https://github.com/dail8859/NotepadNext/releases) page. The installer provides additional components such as an auto-updater and Windows context menu integration. You can easily install it with Winget:\n\n```powershell\nwinget install dail8859.NotepadNext\n```\n\n## Linux\nLinux packages can be obtained by downloading the stand-alone AppImage on the [release](https://github.com/dail8859/NotepadNext/releases) page or by installing the [flatpak](https://flathub.org/apps/details/com.github.dail8859.NotepadNext) by executing:\n\n```bash\nflatpak install flathub com.github.dail8859.NotepadNext\n```\n\n## MacOS\nMacOS disk images can be downloaded from the [release](https://github.com/dail8859/NotepadNext/releases) page.\n\nIt can also be installed using brew:\n```bash\nbrew tap dail8859/notepadnext\nbrew install --no-quarantine notepadnext\n```\n\n#### MacOS Tweaks\n\nBy default, MacOS enables font smoothing which causes text to appear quite differently from the Windows version. This can be disabled system-wide using the following command:\n\n```bash\ndefaults -currentHost write -g AppleFontSmoothing -int 0\n```\n\nA restart is required for this to take effect.\n\n# Development\nCurrent development is done using QtCreator with the Microsft Visual C++ (msvc) compiler. Qt 6.5 is the prefered Qt version but this can also be built with Qt 5.15. This is also known to build successfully on various Linux distributions and macOS. Other platforms/compilers should be usable with minor modifications.\n\nIf you are familiar with building C++ Qt desktop applications with Qt Creator, then this should be as simple as opening `src/NotepadNext.pro` and build/run the project.\n\nIf you are new to building C++ Qt desktop applications, there is a more detailed guide [here](/doc/Building.md).\n\n\n# License\nThis code is released under the [GNU General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.txt).\n","funding_links":["https://github.com/sponsors/dail8859"],"categories":["C++","Applications","Table of Contents","Reading and Writing Tools","Useful","剪贴板工具","linux"],"sub_categories":["Text Editors","Text Editor"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdail8859%2FNotepadNext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdail8859%2FNotepadNext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdail8859%2FNotepadNext/lists"}