{"id":18410529,"url":"https://github.com/cofficlab/juiceeditor","last_synced_at":"2025-04-07T10:32:23.509Z","repository":{"id":225250582,"uuid":"716028397","full_name":"CofficLab/JuiceEditor","owner":"CofficLab","description":"A rich text editor","archived":false,"fork":false,"pushed_at":"2024-10-30T04:26:51.000Z","size":85744,"stargazers_count":5,"open_issues_count":5,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-10-30T04:58:11.772Z","etag":null,"topics":["editor","rich-text-editor"],"latest_commit_sha":null,"homepage":"https://cofficlab.github.io/en/juiceEditor/","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/CofficLab.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-08T10:27:39.000Z","updated_at":"2024-10-30T04:26:38.000Z","dependencies_parsed_at":"2024-11-06T10:43:22.943Z","dependency_job_id":"4012fc00-96c5-48c2-8399-2416a2242562","html_url":"https://github.com/CofficLab/JuiceEditor","commit_stats":null,"previous_names":["yueyinet/kuaiyizhi_editor","cofficlab/kuaiyizhi_editor","cofficlab/juiceeditor"],"tags_count":217,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FJuiceEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FJuiceEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FJuiceEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CofficLab%2FJuiceEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CofficLab","download_url":"https://codeload.github.com/CofficLab/JuiceEditor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247637163,"owners_count":20971076,"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":["editor","rich-text-editor"],"created_at":"2024-11-06T03:32:40.438Z","updated_at":"2025-04-07T10:32:23.492Z","avatar_url":"https://github.com/CofficLab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JuiceEditor\n\n![JuiceEditor](./docs/hero.png)\n\nA powerful rich text editor which name comes from a Chinese word \"聚思\" (gather your thoughts).\n\nCurrently still under development and not yet stable.\n\n## Quick Start\n\n### JavaScript/TypeScript\n\n1. Install JuiceEditor\n\n```bash\nnpm install @coffic/juice-editor\n```\n\n2. Use JuiceEditor in your project\n\n```js\nimport { EditorFactory, Editor } from '@coffic/juice-editor'\n\nconst editor = EditorFactory.register('my-editor', {\n    onBeforeCreate: () =\u003e {\n        console.log('onBeforeCreate for label my-editor')\n    },\n    onCreate: (editor: Editor) =\u003e {\n        console.log('onCreate for label my-editor')\n        editor.enableLog()\n    }\n})\n\n// When you type 'editor.', the IDE will suggest available APIs\n```\n\n3. Use in your template\n\n```html\n\u003cmy-editor\u003e\u003c/my-editor\u003e\n```\n\n### Swift Package\n\n\u003chttps://github.com/CofficLab/JuiceEditorKit\u003e\n\n## Documentation\n\n\u003chttps://cofficlab.github.io/en/juiceEditor/\u003e\n\n## Playground\n\n\u003chttps://cofficlab.github.io/JuiceEditor-Playground/\u003e\n\n## Related Projects\n\n-   [JuiceEditorKit](https://github.com/CofficLab/JuiceEditorKit)\n-   [JuiceEditor-Playground](https://github.com/cofficlab/JuiceEditor-Playground)\n-   [JuiceEditor-Examples](https://github.com/cofficlab/JuiceEditor-Examples)\n\n## Products based on JuiceEditor\n\n-   [KuaiYiZhi APP](https://apps.apple.com/cn/app/%E5%BF%AB%E6%98%93%E7%9F%A5/id6457892799)\n-   [KuaiYiZhi](https://www.kuaiyizhi.cn)\n\n## Built based on the following projects\n\n-   [Draw.io](https://github.com/jgraph/drawio)\n-   [TailwindCSS](https://tailwindcss.com/)\n-   [Vue3](https://v3.vuejs.org/)\n-   [Tiptap](https://tiptap.dev/)\n-   [Heroicons](https://heroicons.com)\n-   [RemixIcon](https://remixicon.com)\n\n## NPM Packages\n\n-   [juice-editor](https://www.npmjs.com/package/@coffic/juice-editor)\n-   [juice-editor-draw](https://www.npmjs.com/package/@coffic/juice-editor-draw)\n\n## Maintainer\n\nWork for Joy \u0026 Live for Love ➡️ \u003chttps://github.com/nookery\u003e\n\n## Contributing\n\nShow your ❤️ by ⭐️ing this repository! It means a lot.\n\nClone the repo, do something, make a PR.\n\nLooking forward to your PRs, you amazing ideas.\n\n## License\n\nJuiceEditor is released under a dual license:\n\n1. For non-commercial use: [MIT License](LICENSE)\n2. For commercial use or modifications: Please [contact the author](https://github.com/nookery) for a commercial license.\n\nAny use of this software for commercial purposes or any modifications to the source code require explicit permission from the author.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofficlab%2Fjuiceeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcofficlab%2Fjuiceeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofficlab%2Fjuiceeditor/lists"}