Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)

Buy Me A Coffee

## 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.