Sibiraj
Sibiraj
I am not sure about the use case though. will something like #214 fix your problem, You should be able to render the best matched suggestion(s) to be near the...
Hi @Mohammed-Rasik Thanks for the PR. I forgot to get back on this. Will look into this. Would have been better if a discussion/issue was created to discuss on this...
> Is this possible to change in the current versions? That would be a breaking change. Will see what can be done without breaking anything. Open to alternate suggestions.
Yes @schmoizz . We can do that. We could give preference to the one from options. PR welcome.
Sure. Yeah. Prosemirror bindings happens in the order which it got registered. What would be the fix for this?
> flipping the order the default and passed in plugins are added to the list resolves the issue. Yeah. Since the order defines how the bindings are registered, We could...
Originally, the editor was built on top of [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) where the implementation is straightforward but the api is unreliable. Later the editor is ported to use prosemirror, most of the...
It works for me in Mac Chrome, I don't have a windows machine to test/reproduce this.
This seems to be a Firefox bug, Firefox `text-align:justify` is not working with `white-space: pre-wrap` on its parent. See https://bugzilla.mozilla.org/show_bug.cgi?id=1253840. The editor uses Prosemirror under the hood, which needs `pre-wrap`...
> white-space:normal. doesn't work. I tried it before posting the issue. When it's set to normal it removes every space between words. Yeah. I thought it would be edgy, but...