Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killercodemonkey/ngx-quill-ionic
example of ngx-quill and ionic
https://github.com/killercodemonkey/ngx-quill-ionic
editor ionic ionic-framework ngx-quill quill quilljs rich-text-editor wysiwyg
Last synced: 2 months ago
JSON representation
example of ngx-quill and ionic
- Host: GitHub
- URL: https://github.com/killercodemonkey/ngx-quill-ionic
- Owner: KillerCodeMonkey
- License: mit
- Created: 2019-02-10T08:06:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T00:11:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T13:09:53.442Z (3 months ago)
- Topics: editor, ionic, ionic-framework, ngx-quill, quill, quilljs, rich-text-editor, wysiwyg
- Language: TypeScript
- Homepage:
- Size: 7.67 MB
- Stars: 31
- Watchers: 3
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ngx-quill-ionic
Example of [ngx-quill](https://github.com/KillerCodeMonkey/ngx-quill) and ionic
[Live Demo](https://killercodemonkey.github.io/ngx-quill-ionic/)
## Donate/Support
If you like my work, feel free to support it. Donations to the project are always welcomed :)
PayPal: [PayPal.Me/bengtler](PayPal.Me/bengtler)
## How to use
- run `npm install` or `yarn install`
- use predfined commands to work with the project, e.g. `yarn start`To get it editable add
```
[contenteditable] {
-webkit-user-select: text;
user-select: text;
}
```to your global stylings :). Ionic deactivates `user-select` everywhere per default.