Markdown-style WYSIWYG Inline Editor With jQuery - InlinEdit
File Size: | 412 KB |
---|---|
Views Total: | 1757 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

InlinEdit is a jQuery plugin which makes any DIV element editable with a markdown-style WYSIWYG text editor when clicked on.
How to use it:
1. The plugin requires Google' Material icon font for the editor icons.
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
2. Then load jQuery library and the jQuery InlinEdit plugin's files in your html page.
<link href="inlinedit.css" rel="stylesheet"> <script src="inlinedit.js"></script>
3. Finally, just call the function on the target DIV element and done.
$('div').inlinedit(function(){});
Change log:
2016-09-18
- v0.2.0
This awesome jQuery plugin is developed by larsgw. For more Advanced Usages, please check the demo page or visit the official website.