{"id":18537937,"url":"https://github.com/easywebapp/quill-cell","last_synced_at":"2025-05-15T01:35:07.035Z","repository":{"id":57347085,"uuid":"455644771","full_name":"EasyWebApp/quill-cell","owner":"EasyWebApp","description":"HTML Rich-text editor element based on Web Components, WebCell v3 \u0026 Quill.","archived":false,"fork":false,"pushed_at":"2024-04-25T15:53:01.000Z","size":183,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-26T07:45:36.868Z","etag":null,"topics":["component","editor","element","html","quill","rich-text","web","web-cell"],"latest_commit_sha":null,"homepage":"https://web-cell.dev/quill-cell/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EasyWebApp.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"custom":["https://paypal.me/TechQuery","https://tech-query.me/image/TechQuery-Alipay.jpg"]}},"created_at":"2022-02-04T17:54:14.000Z","updated_at":"2024-06-26T21:30:12.000Z","dependencies_parsed_at":"2024-11-06T19:43:01.600Z","dependency_job_id":"a8688c63-4697-4ad1-a5bc-f06456c99c85","html_url":"https://github.com/EasyWebApp/quill-cell","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"0623cc996383406c07b542afe501e3712887e6da"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fquill-cell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fquill-cell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fquill-cell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasyWebApp%2Fquill-cell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasyWebApp","download_url":"https://codeload.github.com/EasyWebApp/quill-cell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254257190,"owners_count":22040411,"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":["component","editor","element","html","quill","rich-text","web","web-cell"],"created_at":"2024-11-06T19:41:21.047Z","updated_at":"2025-05-15T01:35:07.018Z","avatar_url":"https://github.com/EasyWebApp.png","language":"TypeScript","funding_links":["https://paypal.me/TechQuery","https://tech-query.me/image/TechQuery-Alipay.jpg"],"categories":[],"sub_categories":[],"readme":"# Quill Cell\n\n**HTML Rich-text editor** element based on [Web Components][1], [WebCell v2][2] \u0026 [Quill][3].\n\n[![NPM Dependency](https://david-dm.org/EasyWebApp/quill-cell.svg)][4]\n[![CI \u0026 CD](https://github.com/EasyWebApp/quill-cell/workflows/CI%20\u0026%20CD/badge.svg)][5]\n\n[![NPM](https://nodei.co/npm/file-cell.png?downloads=true\u0026downloadRank=true\u0026stars=true)][6]\n\n## Usage\n\n```tsx\nimport { documentReady, render, createCell } from 'web-cell';\nimport { QuillCellProps, QuillCell } from 'quill-cell';\n\nconst upload: QuillCellProps['upload'] = async file =\u003e {\n    const response = await fetch('/file', {\n        method: 'POST',\n        body: file\n    });\n    const { path } = await response.json();\n\n    return path;\n};\n\ndocumentReady.then(() =\u003e\n    render(\n        \u003cQuillCell name=\"content\" upload={upload}\u003e\n            Operate after selecting\n        \u003c/QuillCell\u003e\n    )\n);\n```\n\n[1]: https://www.webcomponents.org/\n[2]: https://web-cell.dev/\n[3]: https://quilljs.com/\n[4]: https://david-dm.org/EasyWebApp/quill-cell\n[5]: https://github.com/EasyWebApp/quill-cell/actions\n[6]: https://nodei.co/npm/file-cell/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasywebapp%2Fquill-cell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasywebapp%2Fquill-cell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasywebapp%2Fquill-cell/lists"}