I have found a TinyMCE plugin that adds a page break button.
http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/pagebreak
I would like to use this with the Simple Pagination plug in, but I haven’t figured out how to configure LG TinyMCE for {pagebreak}.
The button appears, but it always inserts
<!—pagebreak—>
I’ve placed the text in the config field after plugins. I tried each of these:
pagebreak_separator : “<!—my page break—>”,
pagebreak_separator : ‘<!—my page break—>’,
pagebreak_separator : ‘my page break’,
Has anyone tried this? It would be great to add pagination into the WYSIWYG form ...