|
|
|
|
|
by palakchokshi
3317 days ago
|
|
Looks pretty good and I didn't see performance issues. From a usability perspective it's simple to use. I would suggest a couple of usability improvements. 1. The right side buttons for edit, layout, etc. have tooltips (that's great) but they should be like on/off buttons e.g. clicking layout once puts the editor in layout mode, clicking it again should bring editor out of layout mode back into preview. 2. In Edit mode the buttons on the bottom work like on/off buttons (that's great) those buttons should have tooltips. 3. Editing an image I can't put an alt value or title? How accessible is the content created by the editor? Keep up the good work. I would use this for quick website/blog setup. |
|
But I will briefly address these issues here:
> 1. The right side buttons for edit, layout, etc. have tooltips (that's great) but they should be like on/off buttons e.g. clicking layout once puts the editor in layout mode, clicking it again should bring editor out of layout mode back into preview.
This was actually implemented at one point, but we removed it because some people found it confusing. We might add it though.
Also keep in mind that the UI is just a component, you could simply provide your own!
> those buttons should have tooltips.
Great idea!
> 3. Editing an image I can't put an alt value or title? How accessible is the content created by the editor?
Noted, we forgot about that. You can, by the way, write your own image plugin that has an alt tag. But of course we will add this capability to the image plugin. :)