Robust Visual HTML Editor to JavaScript app

152 Views Asked by At

I'm searching for robust HTML Visual Editor solution, which is implementable to Meteor javascript project. Paid or free/open-source, it's not depend, but 'easy' implementable, stable, safe, splitted to desing modules, etc.

I'm searching for Visual Editor, something like Elementor https://elementor.com/, (not only simple WYSIWYG editor like CKEditor, TinyMCE or etc) but implementable to own meteor app.

...especially, I prefer, If you have own developer/designer positive experience with concrete Visual Editor solution implemented to own JavaScript app.

...and ideally, if editor is available on npm.

Thanks a lot for each answer, idea or experience.

1

There are 1 best solutions below

2
Mikkel On

You can look at codemirror, or ace, both of which will give you the ability to edit js with syntax highlighting, If you want to have advanced IDE capability (as you seem to want), then it's a whole bunch more work.

This is an example of simple code editor (for Markdown files) https://example-ide.meteorfarm.com/

Petar Karpaonic has done some good work with Meteor Kitchen, you might look around at his site for some inspiration.