{"id":13433708,"url":"https://github.com/ckeditor/github-writer","last_synced_at":"2025-06-12T15:08:46.521Z","repository":{"id":37693679,"uuid":"219955046","full_name":"ckeditor/github-writer","owner":"ckeditor","description":"GitHub Writer - WYSIWYG Rich-Text Editor for GitHub, powered by CKEditor.","archived":false,"fork":false,"pushed_at":"2024-04-09T09:58:43.000Z","size":1066,"stargazers_count":386,"open_issues_count":164,"forks_count":62,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-17T13:35:42.110Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ckeditor.com/","language":"JavaScript","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/ckeditor.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}},"created_at":"2019-11-06T09:06:38.000Z","updated_at":"2025-03-13T22:29:15.000Z","dependencies_parsed_at":"2023-11-13T09:28:45.041Z","dependency_job_id":"8c26574e-5252-4115-97b6-1b2e372ece7b","html_url":"https://github.com/ckeditor/github-writer","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/ckeditor/github-writer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fgithub-writer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fgithub-writer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fgithub-writer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fgithub-writer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckeditor","download_url":"https://codeload.github.com/ckeditor/github-writer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckeditor%2Fgithub-writer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259490549,"owners_count":22865767,"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":[],"created_at":"2024-07-31T02:01:34.052Z","updated_at":"2025-06-12T15:08:46.475Z","avatar_url":"https://github.com/ckeditor.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"## GitHub WYSIWYG Rich-Text Editor\n\nGitHub Writer is a WYSIWYG rich-text editor for GitHub. The extension is available when creating or commenting on issues, reviews, pull requests, and wikis. \n\nIt provides all the features available in the GitHub plain-text editor, including Markdown input. For features like tables, it offers a much easier experience in comparison to plain-text Markdown and allows users to be more productive. \n\nIt is powered by [CKEditor 5](https://ckeditor.com/ckeditor-5/), a modern JavaScript rich-text editor.\n\n### Installation\n\nThe extension can be found at the following directories for an easy one click installation:\n\n*   [GitHub Writer at Chrome Web Store](https://chrome.google.com/webstore/detail/github-writer/diilnnhpcdjhhkjcbdljaonhmhapadap)\n*   [GitHub Writer at Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/github-writer/)\n\n### Features\n\nOne of the goals of this extension is to provide all the typical features available in the GitHub plain-text editor, including Markdown support. The following is the list of GitHub features, with the ones checked already available in GitHub Writer:\n\n*   Inline formatting\n    *   Bold\n    *   Italic\n    *   Strikethrough\n    *   Inline code\n*   Structure\n    *   Paragraphs (Enter)\n    *   Soft line-break (Shift+Enter)\n    *   Headings\n    *   Horizontal line separator\n*   Blocks\n    *   Quotation\n    *   Code block\n        *   Language selection\n*   Lists\n    *   Bulleted list\n    *   Numbered list\n    *   Task/To-do list\n*   Links\n    *   On text\n    *   Auto-link URLs on pasting.\n    *   Auto-link URLs on typing.\n*   Media\n    *   Image upload (including Wiki)\n        *   Drag-and-drop\n        *   Paste\n        *   Open file dialog\n*   Mermaid diagrams\n*   Auto-complete\n    *   People (list when typing \"@\")\n    *   Issues and PRs (list when typing \"#\")\n*   Other\n    *   Emoji\n        *   OS, Unicode characters\n        *   Auto-complete (list when typing \":\")\n    *   Escape Markdown in text\n    *   Tables\n    *   Quote selection (\u003ckbd\u003er\u003c/kbd\u003e key)\n    *   PR code suggestions\n    *   Saved replies\n\n### Pages enabled\n\nGitHub Writer should be enabled in all places where the original Markdown editor is available. The following are currently implemented:\n\n*   Issues\n    *   New\n    *   Editing\n    *   Comment\n        *   Editing\n*   Pull requests\n    *   Create\n    *   Comment\n        *   Editing\n    *   Review\n    *   Code comments\n        *   Editing\n*   Commits\n    *   Comment\n    *   Line comment\n*   Wiki pages\n*   Releases\n*   Milestones\n*   Settings \u003e Saved Replies\n\n### Developer information\n\nThe source code contains additional readme files with technical details about the project:\n\n*   [Development](dev/README.md) (setup, build, run).\n*   [Tests](tests/README.md) (architecture, configuration, run).\n*   [Architecture](src/README.md) (source code, API).\n\n---\n\nCopyright (c) 2003-2023, [CKSource Holding sp. z o.o.](http://cksource.com) All rights reserved.\n\nGitHub is a trademark of [GitHub](https://github.com/), Inc.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckeditor%2Fgithub-writer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckeditor%2Fgithub-writer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckeditor%2Fgithub-writer/lists"}