{"id":30254528,"url":"https://github.com/versyxdigital/mkeditor","last_synced_at":"2025-08-15T14:04:28.076Z","repository":{"id":43993415,"uuid":"457859558","full_name":"versyxdigital/mkeditor","owner":"versyxdigital","description":"MKEditor - the simple markdown editor.","archived":false,"fork":false,"pushed_at":"2025-08-10T03:12:46.000Z","size":6416,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T04:20:14.671Z","etag":null,"topics":["bootstrap","crowdstrike","editing","editor","electron","fontawesome","highlightjs","html","javascript","js","markdown","markdown-it","microsoft","monaco-editor","ts","typescript","vscode"],"latest_commit_sha":null,"homepage":"https://versyxdigital.github.io/mkeditor","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/versyxdigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2022-02-10T16:31:00.000Z","updated_at":"2025-08-10T03:12:49.000Z","dependencies_parsed_at":"2023-11-07T22:56:39.051Z","dependency_job_id":"1c12a0a4-d91c-4852-b663-3ea3e645d39c","html_url":"https://github.com/versyxdigital/mkeditor","commit_stats":null,"previous_names":["versyxdigital/mkeditor"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/versyxdigital/mkeditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versyxdigital%2Fmkeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versyxdigital%2Fmkeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versyxdigital%2Fmkeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versyxdigital%2Fmkeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/versyxdigital","download_url":"https://codeload.github.com/versyxdigital/mkeditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versyxdigital%2Fmkeditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579613,"owners_count":24610044,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","crowdstrike","editing","editor","electron","fontawesome","highlightjs","html","javascript","js","markdown","markdown-it","microsoft","monaco-editor","ts","typescript","vscode"],"created_at":"2025-08-15T14:02:13.967Z","updated_at":"2025-08-15T14:04:28.065Z","avatar_url":"https://github.com/versyxdigital.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","写作与编辑环境"],"sub_categories":["专业 Markdown 编辑器"],"readme":"[![Tests](https://github.com/versyxdigital/mkeditor/actions/workflows/tests.yml/badge.svg)](https://github.com/versyxdigital/mkeditor/actions/workflows/tests.yml)\n\n# MKEditor\n\nThe simple markdown editor.\n\n| Platform    | Stable  | Download  |\n| --------    | ------- | -------   |\n| Windows     | v3.1.0  | [exe](https://github.com/versyxdigital/mkeditor/releases/download/v3.1.0/mkeditor-setup-v3.1.0-x86_64.zip) |\n| MacOS       | v3.1.0  | [pkg](https://github.com/versyxdigital/mkeditor/releases/download/v3.1.0/mkeditor-setup-v3.1.0_x86_64.pkg) |\n| Linux       | v3.1.0  | [deb](https://github.com/versyxdigital/mkeditor/releases/download/v3.1.0/mkeditor-setup-v3.1.0_amd64.deb)  |\n\nUse it through your [browser](https://versyxdigital.github.io/mkeditor/web/) or download for desktop. More documentation is available at the [website](https://versyxdigital.github.io/mkeditor).\n\n![MKEditor](https://versyxdigital.github.io/mkeditor/assets/demo-dark.png)\n![MKEditor](https://versyxdigital.github.io/mkeditor/assets/demo.png)\n\n# Welcome\n\nThank you for choosing MKEditor 😊, I hope you find this tool useful for all your markdown needs!\n\nIf you have any issues or questions, please feel free to submit an [issue](https://github.com/versyxdigital/mkeditor/issues).\n\n---\n\nOpen the help menu using the button at the top right for a complete list of editor shortcuts.\n\nYou can also view a cheatsheet [here](https://versyxdigital.github.io/mkeditor/shortcuts).\n\n---\n\nMKEditor fully supports the [CommonMark](https://commonmark.org/) spec and comes with a few additional goodies.\n\n**Great** support for _custom_ styling with:\n\n- Bootstrap\n- Fontawesome\n- Highlight.js\n\nCreate alerts:\n\n```md\n::: primary\n✨ Create alerts\n:::\n```\n\nFormat some code:\n\n```javascript\ndocument.addEventListener('DOMContentLoaded', () =\u003e {\n    document.body.write('Syntax-highlighted, copyable codeblock!')\n})\n```\n\nMKEditor also includes a built-in, resizable preview renderer and support for exporting your markdown to HTML, with or without styles 🚀.\n\nCustomize your settings, switch between light mode and dark mode, write some documents and have fun!\n\nBuilt with ❤️ by [Versyx Digital](https://github.com/versyxdigital)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fversyxdigital%2Fmkeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fversyxdigital%2Fmkeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fversyxdigital%2Fmkeditor/lists"}