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

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -