liferay / alloy-editor

WYSIWYG editor based on CKEditor with completely rewritten UI
http://alloyeditor.com
GNU Lesser General Public License v3.0
1.39k stars 281 forks source link

Demo doesn't contain all features #1364

Closed duracell80 closed 4 years ago

duracell80 commented 4 years ago

Demo on alloyeditor.com doesn't provide enough features to evaluate the editor for fitness for use.

Missing from on site demo:

Much needed features

CSS Vars https://stackoverflow.com/questions/1875852/how-can-i-define-colors-as-variables-in-css https://www.w3schools.com/css/css3_variables.asp

Missing features in general

Demo is almost useless

wincent commented 4 years ago

Thanks for opening the issue @duracell80.

The demo on alloyeditor.com isn't intended to showcase every feature of the editor, but rather offer a quick "test drive" experience. To evaluate it more fully, we'd recommend using the much more comprehensive demo page that you can see when you clone the repo and run yarn start.

I'm going to close this issue because we don't have any plans to change the online demo.

duracell80 commented 4 years ago

That's crazy. How would non technical people like product analysts without development experience get all features working to then assess the suitability of the product?

Perhaps it's a sign that this editor lacks features required.

wincent commented 4 years ago

No, not crazy; just fruit of the fact that our goal in embedding a demo version on the website was not to provide a platform for exhaustively evaluating every aspect of the project.

I definitely wouldn't recommend choosing a developer-facing package like AlloyEditor without the involvement of technical people.

As far as whether the feature set is adequate, that seems an orthogonal question to the issue of what functionality should be enabled in the demo. Please open issues if there are specific features that you would find useful and which aren't already being tracked.

Thanks once again!