javascript - Line break on one enter, paragraph break on two consecutive enter keys on TinyMCE -


tinymce great editor tool. want achieve following :

  1. whenever press enter key, new line break (br) should added , cursor should after it.

  2. whenever press enter key consecutively 2 times, paragraph(p) tag should added.

  3. 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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -