Difficult to add new lines before and after macros in TinyMCE
In the TinyMCE editor it is very difficult to add a new line of text before or after a macro if the macro is at the top or bottom of the content. If you try to click above the macro, it selects the text of the macro (the bit that says "This macro does not provides rendering in WYSIWYG editor"). When you press enter, the text is deleted.
Does anyone know a way to improve this as it is a common complaint from users?
I realize this is an old post, but i really think it's a shame there's no other way around this problem. Most of my clients don't know code, thus opening the html-editor will probably be something quite terrifying for them! :)
If only the editor would add an extra tag itself, or perhaps another solution, hmm.
Difficult to add new lines before and after macros in TinyMCE
In the TinyMCE editor it is very difficult to add a new line of text before or after a macro if the macro is at the top or bottom of the content. If you try to click above the macro, it selects the text of the macro (the bit that says "This macro does not provides rendering in WYSIWYG editor"). When you press enter, the text is deleted.
Does anyone know a way to improve this as it is a common complaint from users?
What I usually do is to go into the html view and manually insert a:
This will cause a line break the place where you inserted the snippet.
I know it's not the most perfect solution, but for now it's a useful workaround.
/Kim A
Hello!
I realize this is an old post, but i really think it's a shame there's no other way around this problem.
Most of my clients don't know code, thus opening the html-editor will probably be something quite terrifying for them! :)
If only the editor would add an extra tag itself, or perhaps another solution, hmm.
Just wanted to raise my concern! :)
// Thomas G
is working on a reply...