{"id":15130938,"url":"https://github.com/brilliant-js/brilliant","last_synced_at":"2025-10-23T07:30:51.449Z","repository":{"id":46034086,"uuid":"335168287","full_name":"brilliant-js/brilliant","owner":"brilliant-js","description":"Brilliant is a WYSIWYG markdown editor with live preview support, based on Draft-js and React, implemented in TypeScript. It's compatible with popular browsers.","archived":false,"fork":false,"pushed_at":"2021-02-07T10:11:02.000Z","size":3649,"stargazers_count":113,"open_issues_count":10,"forks_count":14,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T17:33:41.423Z","etag":null,"topics":["draft","draft-editor","draft-js","editor","editors","markdown","markdown-editor","markdown-previewer","react","react-editor","react-editor-js","react-hooks","typescript","wysiwyg","wysiwyg-editor","wysiwyg-html-editor"],"latest_commit_sha":null,"homepage":"https://brilliant-js.com","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/brilliant-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-02T04:29:06.000Z","updated_at":"2024-12-01T02:34:27.000Z","dependencies_parsed_at":"2022-07-18T17:00:33.900Z","dependency_job_id":null,"html_url":"https://github.com/brilliant-js/brilliant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brilliant-js%2Fbrilliant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brilliant-js%2Fbrilliant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brilliant-js%2Fbrilliant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brilliant-js%2Fbrilliant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brilliant-js","download_url":"https://codeload.github.com/brilliant-js/brilliant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237793953,"owners_count":19367422,"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":["draft","draft-editor","draft-js","editor","editors","markdown","markdown-editor","markdown-previewer","react","react-editor","react-editor-js","react-hooks","typescript","wysiwyg","wysiwyg-editor","wysiwyg-html-editor"],"created_at":"2024-09-26T03:08:44.804Z","updated_at":"2025-10-23T07:30:50.993Z","avatar_url":"https://github.com/brilliant-js.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"English | [简体中文](./README.zh-CN.md)\n\n# Brilliant Editor-EN\n\nBrilliant is a WYSIWYG markdown editor with live preview support, based on Draft-js and React, implemented in TypeScript. It's compatible with popular browsers.\n\n\n- [Online Demo](https://brilliant-js.com)\n\n![usage demo](https://cdn.jsdelivr.net/gh/brilliant-js/brilliant/screenshots/editor.gif)\n\n\n## Installation\n\n```bash\n# Install using yarn\nyarn add brilliant-editor\n# Install using npm\nnpm install brilliant-editor --save\n```\n\n### Example Usage\n\n```javascript\nimport React from 'react';\nimport Brilliant from 'brilliant-editor';\nimport 'brilliant-editor/dist/index.css';\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv\u003e\n      \u003cBrilliant language=\"en\"/\u003e\n    \u003c/div\u003e\n  );\n};\n\nexport default App;\n```\n\n## Browsers support\n\nModern browsers.\n\n| [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png\" alt=\"Edge\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eEdge | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png\" alt=\"Firefox\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eFirefox | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png\" alt=\"Chrome\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eChrome | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png\" alt=\"Safari\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eSafari | [\u003cimg src=\"https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png\" alt=\"Opera\" width=\"24px\" height=\"24px\" /\u003e](http://godban.github.io/browsers-support-badges/)\u003c/br\u003eOpera |\n| --------- | --------- | --------- | --------- | --------- | \n|Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions\n\n## Thanks\n\n- [Draftjs-utils](https://github.com/jpuri/draftjs-utils) \n- [react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg)\n- [draft-js-plugins-editor](https://github.com/mediasilo/draft-js-plugins-editor) \n- [draft-js-prism](https://github.com/SamyPesse/draft-js-prism) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrilliant-js%2Fbrilliant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrilliant-js%2Fbrilliant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrilliant-js%2Fbrilliant/lists"}