-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the usability of the editor #117
Comments
I've been working with tinyMCE on another project - fairly usable but not
the most ideal!
…On Sat, Aug 5, 2017 at 10:05 AM Krishna Gopinath ***@***.***> wrote:
The current Matterwiki editor (in the refactor branch) uses draft-js as
its core editor. While this is good, there are wiggles, focus issues and
other small issues that all add up to making the experience of using it
sub-par. We could switch to a new editor or make the editor we have better.
Any thoughts and suggestions would be helpful!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#117>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARj5GQoNFs1SahqrG3W8sYdqLQtGxca2ks5sU7_QgaJpZM4OuUew>
.
|
I have seen tinyMCE too.
I personally like draft-js, but if we cant get the UX we need out of it, we could consider http://slatejs.org/, which is similar to draft |
Agreed on those fronts - slatejs looks like a solid alternative option.
…On Sat, Aug 5, 2017 at 1:29 PM Krishna Gopinath ***@***.***> wrote:
I have seen tinyMCE too.
- It's not React compatible in the way I'd like it to be (there was
just a thin wrapper around the editor, iirc)
- It feels like a closed source product (even though it IS open
source) and all that.
I personally like draft-js, but if we cant get the UX we need out of it,
we could consider http://slatejs.org/, which is similar to draft
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARj5GTBcYODf28PBvicbv1DxeIKphBqHks5sU-_AgaJpZM4OuUew>
.
|
How about we check out Mobiledoc too? Not that elaborate as Slate. Slate still gets my vote. But a great piece of software http://bustle.github.io/mobiledoc-kit/demo/ I suggest, let's just make a list of all the editors and then do a pros-and-cons list. We have to ship a new editor (with image support) in the next version. |
@nshntarora I think I'll start working on this next.. |
I'm leaning towards using slatejs on this one because
|
The current Matterwiki editor (in the
refactor
branch) usesdraft-js
as its core editor. While this is good, there are wiggles, focus issues and other small issues that all add up to making the experience of using it sub-par. We could switch to a new editor or make the editor we have better. Any thoughts and suggestions would be helpful!The text was updated successfully, but these errors were encountered: