Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap wysiwyg textarea editor working on Bootstrap 3

I'm looking for a wysiwyg textarea editor for Bootstrap 3. Everything I can find on Google only works with Bootstrap 2. Has anybody an good, simple wysiwyg Edtor for Bootstrap 3?

like image 387
schnawel007 Avatar asked Oct 29 '13 18:10

schnawel007


People also ask

Is bootstrap a wysiwyg?

Bootstrap WYSIWYG Editor is a lightweight plugin that enables rich text editing on your website. To start working with sortable plugin see "Getting Started" tab on this page.


2 Answers

Awesome Summernote

Super Simple WYSIWYG Editor on Bootstrap 3

<textarea name="summernote" id="summernote" cols="30" rows="10"></textarea> 

Call Summernote

$('#summernote').summernote({height: 300});

DEMO jsfiddle

Super Simple WYSIWYG Editor on Bootstrap 3

like image 88
Sender Avatar answered Oct 03 '22 03:10

Sender


Thanks for the Tip of wysihtml5. I found a solution for Bootstrap 2 and wysihtml5: bootstrap-wysihtml5. I update it to Bootstrap 3: bootstrap3-wysihtml5.

like image 21
schnawel007 Avatar answered Oct 03 '22 03:10

schnawel007