Muhammed Alkhudiry

Results 13 comments of Muhammed Alkhudiry

> > > Thanks for your awesome work~ > I think `moving the table` is useful for most users. I am glad to add this feature in `quill-better-table`, can you...

The main problem I see with the alignment is with column-width-tool when I center the table the tool breaks.

do you know any other API (to change the size of an element by dragging)?, I believe It's worth rebuilding the tool just to make it like Word and Google...

see this https://www.brainbell.com/javascript/making-resizable-table-js.html this is perfect. also, this may help https://www.brainbell.com/javascript/download/demo-resizable.html this is good article https://medium.com/the-z/making-a-resizable-div-in-js-is-not-easy-as-you-think-bda19a1bc53d this is for an editor https://www.froala.com/wysiwyg-editor/v2.0/examples/resize-table Sorry, if you are already searched and saw...

> > > see this https://www.brainbell.com/javascript/making-resizable-table-js.html > this is perfect. > also, this may help https://www.brainbell.com/javascript/download/demo-resizable.html > this is good article https://medium.com/the-z/making-a-resizable-div-in-js-is-not-easy-as-you-think-bda19a1bc53d > > this is for an editor https://www.froala.com/wysiwyg-editor/v2.0/examples/resize-table...

Missing features I noticed: * copy, cut (the paste is mostly working) * right-click * formatting (making it working and expanding it) * selecting whole words while pressing control. *...

Great, but is react required or just an example? Also, please when you do finish, tell me and maybe update the README about how to contribute. Also, while working, consider...

sorry, but your editor uses contenteditable, and the whole point is to build layout engine without it.

how is the refactoring going? :)

how is the refactoring going? I have a few ideas: * Consider making the editor PWA since the offline editing may become important. * I noticed few bugs related to...