Reputation: 19
I have a project in which I need to create an application that enables WYSIWYG editing of HTML5 content. That is, a tool that enables you to visually edit pages by drag and drop of objects such as text, images, edit boxes, videos and such after which this page can be saved as HTML5/javaScript webpages.
There are of course commercial and free tools on the market that do this but I need to create my own tool.
Coding the entire transformation from the visual layout to the HTML5 code is a huge task obviously.
I wondered if there is a framework or such that can be used to actually create the HTML5 code. That is, my app will handle the visual aspects of the editing and calling this framework will generate the HTML5 code.
Thanks
Upvotes: 0
Views: 128
Reputation: 167250
This is what we use for our application in our labs, as it is free and open source. You can try Twitter Bootstrap, Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web. Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via responsive CSS as well.
A 12-column responsive grid, dozens of components, javascript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.
Upvotes: 2