Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

customizing bootstrap-wysihtml5 text editor with more features

i am using bootstrap-wysihtml5 as per the recommendation & suggestion of most of the people world wide. but i am finding many of the features missing in its tool bar,like adding table,smiles, changing font name, view as a code etc. http://jhollingworth.github.io/bootstrap-wysihtml5/ how to add and customize the toolbar so that i my it up and customize the toolbar with additional features up to my requirement.

like image 760
user2652367 Avatar asked Nov 12 '22 20:11

user2652367


1 Answers

Wysihtml5 is kept simple on purpose, to keep it lightweight. For example, as of now there is no plan to add HTML table support (See this Github issue for Wysihtml5 itself).

It is possible to include a View as HTML option, see this StackOverflow question and answer.

As mentioned in another answer, if you need more sophisticated options, you might want to look at a different editor.

like image 177
Matt Avatar answered Nov 15 '22 13:11

Matt