{"id":15019389,"url":"https://github.com/changhuixu/angular-quill-editor","last_synced_at":"2025-05-02T07:32:00.569Z","repository":{"id":33997931,"uuid":"164768433","full_name":"changhuixu/angular-quill-editor","owner":"changhuixu","description":"A light weight Angular wrapper of Quilljs, powerful rich text editor","archived":false,"fork":false,"pushed_at":"2024-07-02T15:56:13.000Z","size":1092,"stargazers_count":21,"open_issues_count":16,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T23:51:42.796Z","etag":null,"topics":["angular","angular17","angular18","editor","quill-editor","quill2","quilljs","rich-text-editor"],"latest_commit_sha":null,"homepage":"https://changhuixu.github.io/angular-quill-editor/","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/changhuixu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"changhuixu","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-01-09T02:08:27.000Z","updated_at":"2024-08-04T03:00:25.000Z","dependencies_parsed_at":"2024-08-10T21:26:23.283Z","dependency_job_id":null,"html_url":"https://github.com/changhuixu/angular-quill-editor","commit_stats":null,"previous_names":["changhuixu/ngx-quill-lite"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changhuixu%2Fangular-quill-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changhuixu%2Fangular-quill-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changhuixu%2Fangular-quill-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changhuixu%2Fangular-quill-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/changhuixu","download_url":"https://codeload.github.com/changhuixu/angular-quill-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252002061,"owners_count":21678479,"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":["angular","angular17","angular18","editor","quill-editor","quill2","quilljs","rich-text-editor"],"created_at":"2024-09-24T19:53:25.150Z","updated_at":"2025-05-02T07:32:00.288Z","avatar_url":"https://github.com/changhuixu.png","language":"TypeScript","funding_links":["https://ko-fi.com/changhuixu","https://ko-fi.com/changhuixu'"],"categories":[],"sub_categories":[],"readme":"# ngx-quill-lite\n\nAn Angular library that lazy loads [Quill](https://quilljs.com/) JavaScript and its theme CSS.\nDependencies: @angular/common, @angular/core, @angular/forms, @angular/platform-browser; Released assets from Quill.\n\n[![npm](https://img.shields.io/npm/v/ngx-quill-lite.svg?style=flat-square)](https://www.npmjs.com/package/ngx-quill-lite)\n\n\u003ca href='https://ko-fi.com/changhuixu' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\n## [Demo](https://ngx-quill-editor.netlify.com/)\n\n### Features\n\n1. Only load Quill js/css when needed. i.e., Quill is not bundled in your application.\n\n1. Optimized toolbar and default configurations for common usages.\n\n### Notes\n\nThis library is not intended to be widely used. It is build to fit my own needs.\n\nExtending this library is in my plan. PRs are welcome too.\n\n## Usage\n\n1. Download Quill based on instructions [here](https://quilljs.com/docs/download/).\n\n1. Copy \u0026 Paste `quill.min.js` and `quill.snow.css` to `assets\\quill` folder. These two files will be lazy loaded during component initialization.\n\n1. Import `NgxQuillLite` module into the module uses Quill rich text editor.\n\n1. Include quill-editor by `\u003cquill-editor [(html)]=\"html\"\u003e\u003c/quill-editor\u003e` in your component. `quill-editor` has two way bindings with your `html` string.\n\n1. This component binds the following:\n\n```TypeScript\n  @Input() html = '';\n  @Output() htmlChange = new EventEmitter\u003cstring\u003e();\n```\n\n## Why this library\n\nI have read and contributed to [ngx-quill](https://github.com/KillerCodeMonkey/ngx-quill), which is a good libary and I recommend you use that libary if you have more requirements.\n\nMy goal of making [ngx-quill-lite](https://github.com/changhuixu/ngx-quill-lite) is to have lazy loading feature, because most of my applications only need Quill in one or two pages. Thus, a specialized library is in need, which gives birth to [ngx-quill-lite](https://github.com/changhuixu/ngx-quill-lite).\n\n\u003ca href='https://ko-fi.com/changhuixu' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanghuixu%2Fangular-quill-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchanghuixu%2Fangular-quill-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchanghuixu%2Fangular-quill-editor/lists"}