{"id":20345747,"url":"https://github.com/kscript/customevent","last_synced_at":"2025-08-21T08:05:18.400Z","repository":{"id":96368666,"uuid":"172888864","full_name":"kscript/customEvent","owner":"kscript","description":"给 quill 富文本编辑器 添加自定义事件","archived":false,"fork":false,"pushed_at":"2019-02-27T10:45:39.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T21:44:56.405Z","etag":null,"topics":["event","quill"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/kscript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2019-02-27T09:53:21.000Z","updated_at":"2019-05-16T00:40:58.000Z","dependencies_parsed_at":"2023-03-31T12:36:29.339Z","dependency_job_id":null,"html_url":"https://github.com/kscript/customEvent","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/kscript%2FcustomEvent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2FcustomEvent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2FcustomEvent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kscript%2FcustomEvent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kscript","download_url":"https://codeload.github.com/kscript/customEvent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241876601,"owners_count":20035396,"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":["event","quill"],"created_at":"2024-11-14T22:09:39.493Z","updated_at":"2025-03-04T15:44:37.156Z","avatar_url":"https://github.com/kscript.png","language":"JavaScript","readme":"### customEvent\n给 quill 富文本编辑器 添加自定义事件\n\n### 使用方法\nvue单文件组件\n``` vue\n\u003cscript\u003e\nimport Quill from 'quill'\nimport CustomEvent from './CustomEvent';\nQuill.register('modules/customEvent', CustomEvent);\n\nexport default {\n  data () {\n    return {\n      options: {\n        modules: {\n          customEvent: {\n            events: [{\n              name: 'click',\n              handler: event =\u003e {\n                // ...\n              }\n            }]\n          }\n        }\n      }\n    }\n  }\n}\n\u003c/script\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkscript%2Fcustomevent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkscript%2Fcustomevent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkscript%2Fcustomevent/lists"}