I need some editor tools for any markup language that could provide simple table generation and text editing for my users. Something like stackoverflows markdown editor, but with table generation support. What kind of markup language and editor can I use?
Share
You might be interested in WYSIWYG text editor called CKEditor.
It is api for web, you can embed it into your web application using just html + javascript.
It support most of major browsers, and is hightly customizable.
It generates pure html on the end. And has wide range of tools, especially the one you are looking for: table.
Check out the demo: http://ckeditor.com/demo