{"id":46300208,"url":"https://github.com/linuxdeepin/deepin-editor","last_synced_at":"2026-03-04T11:02:16.656Z","repository":{"id":28460583,"uuid":"118431014","full_name":"linuxdeepin/deepin-editor","owner":"linuxdeepin","description":"Text editor for DDE","archived":false,"fork":false,"pushed_at":"2026-02-27T02:10:30.000Z","size":72215,"stargazers_count":108,"open_issues_count":4,"forks_count":81,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-02-27T09:40:31.814Z","etag":null,"topics":[],"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/linuxdeepin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-01-22T08:52:47.000Z","updated_at":"2026-02-27T02:10:34.000Z","dependencies_parsed_at":"2026-02-12T10:15:46.995Z","dependency_job_id":null,"html_url":"https://github.com/linuxdeepin/deepin-editor","commit_stats":null,"previous_names":[],"tags_count":309,"template":false,"template_full_name":null,"purl":"pkg:github/linuxdeepin/deepin-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxdeepin","download_url":"https://codeload.github.com/linuxdeepin/deepin-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxdeepin%2Fdeepin-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-03-04T11:02:14.218Z","updated_at":"2026-03-04T11:02:16.629Z","avatar_url":"https://github.com/linuxdeepin.png","language":"C++","readme":"# Deepin Editor\n\nDeepin Editor is a desktop text editor that supports common text editing features.\n\n## Dependencies\n\n_The **master** branch is current development branch, build dependencies may changes without update README.md, refer to `./debian/control` for a working build depends list_\n\n* libqt5widgets5 \n* libdtkcore-dev \n* libdtkwidget-dev \n* qt5-default \n* libpolkit-qt5-1-dev \n* libkf5syntaxhighlighting-dev \n* libkf5codecs-dev \n* qttools5-dev-tools \n* qtbase5-private-dev \n* libxcb-util0-dev \n* libdtkwm-dev \n* libxtst-dev\n\n## Installation\n\n1. Make sure you have installed all dependencies.\n\n_Package name may be different between distros, if deepin-editor is available from your distro, check the packaging script delivered from your distro is a better idea._\n\nAssume you are using [Deepin](https://distrowatch.com/table.php?distribution=deepin) or other debian-based distro which got deepin-editor delivered:\n\n``` shell\n$ sudo apt-get build-dep deepin-edtor\n```\n\n2. Build editor daemon\n\n```\nsudo cp com.deepin.editor.policy /usr/share/polkit-1/actions\nsudo cp com.deepin.editor.conf /usr/share/dbus-1/system.d/\nsudo cp com.deepin.editor.daemon.service /usr/share/dbus-1/system-services\n\ncd ./daemon\nmkdir build\ncd build\nqmake ..\nmake\nsudo ./deepin-editor-daemon\n```\n\n3. Build editor\n\n```\ncd deepin-editor\nmkdir build\ncd build\ncmake ..\nmake\n./deepin-editor\n```\n\n4. Install editor:\n\n```\n$ sudo make install\n```\n\n## Config file\n\nconfigure save at: ~/.config/deepin/deepin-editor/config.conf\n\n## Getting help\n\nAny usage issues can ask for help via\n\n* [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)\n* [IRC channel](https://webchat.freenode.net/?channels=deepin)\n* [Forum](https://bbs.deepin.org)\n* [WiKi](http://wiki.deepin.org/)\n\n## Getting involved\n\nWe encourage you to report issues and contribute changes\n\n* [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en). \n\n## License\n\nDeepin Editor is licensed under [GPL-3.0-or-later](LICENSE.txt).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdeepin-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxdeepin%2Fdeepin-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxdeepin%2Fdeepin-editor/lists"}