javascript - Line break on one enter, paragraph break on two consecutive enter keys on TinyMCE -
tinymce great editor tool. want achieve following :
- whenever press enter key, new line break (br) should added , cursor should after it. 
- whenever press enter key consecutively 2 times, paragraph(p) tag should added. 
- whenever press enter key consecutively 3 or more times, same behaviour can replicated. 
ps: pressing shift + enter not solution, can't educate our users.
if can't achieved in tinymce, please suggest me more editors, can achieved.
normal js/ jquery solution(without editor framework) appreciated too. thank you.
 
 
Comments
Post a Comment