https://github.com/killercodemonkey/ngx-quill-ionic-v3
example of ngx-quill and ionic v3
https://github.com/killercodemonkey/ngx-quill-ionic-v3
editor ionic ionic-framework ionic3 ngx-quill quill quilljs rich-text-editor wysiwyg
Last synced: 6 months ago
JSON representation
example of ngx-quill and ionic v3
- Host: GitHub
- URL: https://github.com/killercodemonkey/ngx-quill-ionic-v3
- Owner: KillerCodeMonkey
- License: mit
- Created: 2018-09-19T19:32:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T14:26:59.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T20:45:55.768Z (12 months ago)
- Topics: editor, ionic, ionic-framework, ionic3, ngx-quill, quill, quilljs, rich-text-editor, wysiwyg
- Language: CSS
- Size: 3.91 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngx-quill-ionic-v3
Example of [ngx-quill](https://github.com/KillerCodeMonkey/ngx-quill) and ionic v3
[Live Demo](https://killercodemonkey.github.io/ngx-quill-ionic-v3/)
## Donate/Support
If you like my work, feel free to support it. Donations to the project are always welcomed :)
PayPal: [PayPal.Me/bengtler](https://paypal.me/bengtler)
BTC Wallet Address:
`3QVyr2tpRLBCw1kBQ59sTDraV6DTswq8Li`
ETH Wallet Address:
`0x394d44f3b6e3a4f7b4d44991e7654b0cab4af68f`
LTC Wallet Address:
`MFif769WSZ1g7ReAzzDE7TJVqtkFpmoTyT`
XRP Wallet Address:
`rXieaAC3nevTKgVu2SYoShjTCS2Tfczqx?dt=159046833`
## How to use
- run `npm install` or `yarn install`
- use ionic cli commands to work with the project, e.g. `ionic serve`
To get it editable on macOS Safari add
```
[contenteditable] {
-webkit-user-select: text;
user-select: text;
}
```
to you stylings :). Ionic deactivates `user-select` everywhere per default.
