tacone
tacone
I hate cdn's. If size is a concern we can have ckeditor on the cdn but stripping all js would be a mistake I think.
look like it has improved a lot since the last time I looked at it
it's broken because later on rapyd switched to PSR-4. Here's the new one: https://github.com/zofe/rapyd-laravel/blob/master/src/DataForm/Field/Redactor.php
I'm playing with summer note right now. Looks sweet to me.
My suggestions are: - [summernote](http://summernote.org/) - [quill.js](https://quilljs.com/) - [trix](https://trix-editor.org/)
This is the diff without the whitespace: https://github.com/zofe/rapyd-laravel/compare/master...bretto36:relationship-bug-fix?w=1 ping @zofe
Furthermore, the onload event will not be applied on newly created widgets.
1. refactor onready events into a `rapydInit(selector)` javascript function. 2. call that function at page load: `$(function(){ rapidyInit('body'); });` 3. call it again on the mount event of the dataembed:...
Known issue, extend the class and use the subclass.