{"id":19312004,"url":"https://github.com/weblineindia/vue-ck-editor","last_synced_at":"2026-02-25T11:41:00.536Z","repository":{"id":129985086,"uuid":"273495669","full_name":"weblineindia/Vue-CK-Editor","owner":"weblineindia","description":"An easy-to-use but yet powerful and customizable rich text editor powered by Quill.js and Vue.js","archived":false,"fork":false,"pushed_at":"2023-12-27T08:08:34.000Z","size":181,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T13:35:42.425Z","etag":null,"topics":["ckeditor","ckeditor-plugin","quilljs","rich-text-editor","vue","vue-ck-editor","vue-ckeditor","vue-component","vue-component-library","vue-components","vue-editor","vue-plugins","vue-rich-editor","vuecomponent","vuecomponents","vuejs","vuejs-components","vuejs-library","vuejs-plugin","vuejs-snippets"],"latest_commit_sha":null,"homepage":"https://www.weblineindia.com/communities.html","language":"Vue","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/weblineindia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-06-19T13:04:33.000Z","updated_at":"2023-12-27T08:08:10.000Z","dependencies_parsed_at":"2023-06-14T17:15:29.794Z","dependency_job_id":null,"html_url":"https://github.com/weblineindia/Vue-CK-Editor","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/weblineindia%2FVue-CK-Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FVue-CK-Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FVue-CK-Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weblineindia%2FVue-CK-Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weblineindia","download_url":"https://codeload.github.com/weblineindia/Vue-CK-Editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250267335,"owners_count":21402456,"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":["ckeditor","ckeditor-plugin","quilljs","rich-text-editor","vue","vue-ck-editor","vue-ckeditor","vue-component","vue-component-library","vue-components","vue-editor","vue-plugins","vue-rich-editor","vuecomponent","vuecomponents","vuejs","vuejs-components","vuejs-library","vuejs-plugin","vuejs-snippets"],"created_at":"2024-11-10T00:32:06.380Z","updated_at":"2025-10-30T01:32:23.728Z","avatar_url":"https://github.com/weblineindia.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue-Ck-Editor\n\nAn easy-to-use but yet powerful and customizable rich text editor powered by Quill.js and Vue.js\n\n## Table of contents\n\n- [Browser Support](#browser-support)\n- [Demo](#demo)\n- [Getting started](#getting-started)\n- [Usage](#usage)\n- [Available Props](#available-props)\n- [Methods](#methods)\n- [Want to Contribute?](#want-to-contribute)\n- [Need Help / Support?](#need-help)\n- [Collection of Components](#collection-of-components)\n- [Changelog](#changelog)\n- [Credits](#credits)\n- [License](#license)\n- [Keywords](#Keywords)\n\n## Browser Support\n\n![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) |\n--- | --- | --- | --- | --- | --- |\n83.0 ✔ | 77.0  ✔ | 13.1.1 ✔ | 83.0 ✔ | 11.9 ✔ |\n\n## Demo\n\n[![](editor.gif)](https://github.com/weblineindia/Vue-CK-Editor/editor.gif)\n\n## Getting started\n\nInstall the npm package:\n\n``` bash\nnpm install vue-weblineindia-ck-editor\n#OR\nyarn add vue-weblineindia-ck-editor\n```\n\n## Usage\n\nUse the `\u003cvue-weblineindia-ck-editor\u003e` component:\n\n```vue\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n  \u003cVueCkEditor v-model=\"content\"/\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n// import vue-weblineindia-ck-editor\nimport VueCkEditor from 'vue-weblineindia-ck-editor'\n\nexport default {\n  components: {\n    VueCkEditor,\n  },\n  data() {\n    return {\n      content: \"\u003ch1\u003eHello from WeblineIndia\u003c/h1\u003e\"\n    };\n  }\n}\n\u003c/script\u003e\n```\n\n## Available Props\n\n| Name                  | Type    | Default                                              | Description                                                                            |\n| --------------------- | ------- | ---------------------------------------------------- | -------------------------------------------------------------------------------------- |\n| customModules         | Array   | -                                                    | Declare Quill modules to register                                                      | Use a custom toolbar |\n| disabled              | Boolean | false                                                | Set to true to disable editor                                                          |\n| editorOptions         | Object  | -                                                    | Offers object for merging into default config (add formats, custom Quill modules, ect) |\n| editorToolbar         | Array   | \\*\\* _Too long for table. See toolbar example below_ | Use a custom toolbar                                                                   |\n| id                    | String  | quill-container                                      | Set the id (necessary if multiple editors in the same view)                            |\n| placeholder           | String  | -                                                    | Placeholder text for the editor                                                        |\n| useCustomImageHandler | Boolean | false                                                | Handle image uploading instead of using default conversion to Base64                   |\n| v-model               | String  | -                                                    | Set v-model to the the content or data property you wish to bind it to                 |\n\n\n## Methods\n\n| Name             | Parameters                   | Description                                                                         |\n| ---------------- | ---------------------------- | ----------------------------------------------------------------------------------- |\n| blur             | quill                        | Emitted on `blur` event                                                             |\n| focus            | quill                        | Emitted on `focus` event                                                            |\n| image-added      | file, Editor, cursorLocation | Emitted when `useCustomImageHandler` is true and photo is being added to the editor |\n| image-removed    | file, Editor, cursorLocation | Emitted when `useCustomImageHandler` is true and photo has been deleted             |\n| selection-change | range, oldRange, source      | Emitted on Quill's `selection-change` event                                         |\n| text-change      | delta, oldDelta, source      | Emitted on Quill's `text-change` event\n\n## Want to Contribute?\n\n- Created something awesome, made this code better, added some functionality, or whatever (this is the hardest part).\n- [Fork it](http://help.github.com/forking/).\n- Create new branch to contribute your changes.\n- Commit all your changes to your branch.\n- Submit a [pull request](http://help.github.com/pull-requests/).\n\n-----\n\n## Need Help? \n\nWe also provide a free, basic support for all users who want to use this VueJS Ck Editor in their software project. In case you want to customize this Ck Editor to suit your development needs, then feel free to contact our [VueJS developers](https://www.weblineindia.com/hire-vuejs-developer.html).\n\n-----\n\n## Collection of Components\nWe have built many other components and free resources for software development in various programming languages. Kindly click here to view our [Free Resources for Software Development](https://www.weblineindia.com/communities.html)\n\n------\n\n## Changelog\n\nDetailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).\n\n## Credits\n\nvue-weblineindia-ck-editor is inspired by [vue2-editor](https://github.com/davidroyer/vue2-editor).\n\n## License\n\n[MIT](LICENSE)\n\n[mit]: https://github.com/weblineindia/Vue-CK-Editor/blob/master/LICENSE\n\n## Keywords\n\nvue-weblineindia-ck-editor,rich text,editor,ckeditor,vue components,vuejs,vuejs component\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblineindia%2Fvue-ck-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweblineindia%2Fvue-ck-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblineindia%2Fvue-ck-editor/lists"}