Tuesday 26 October 2021

Research for a visual html editor which can export the changes or Finding a method for reapplying the user changes in initial html

I am looking for a visual html editor script that works in browser basically. Its initial content will be generated from an existing url and all the changes which will be done by the user, should be exportable in some kind of a format. The aim here is; reaching the final look later by appling this exported data.

The user here will be non-technical end user. The editor can be similar to WYSIWYG so user can switch between preview and code. The editor should not rely on some kind of speacial css/js frameworks, it should be able to read from css and js files direcly from url while generating the page.

There are lots of visual editors out there with lots of cool stuff... Some are using Drag and drop ui elements, some are meant to work just with bootstrap etc. But so far i could not find something i can use.

So If the existing tools are not enough, i need to find a way of generate same result by comparing the outputs.

Beside taking diff of the contents, is there any method for generating the exportable changes for reappling to initial html later?



from Research for a visual html editor which can export the changes or Finding a method for reapplying the user changes in initial html

No comments:

Post a Comment