Hello,
I've been toying around with the editor for a while now, and ran into a few problems. I need to be able to do the following things, is this possible somehow?
- I need to be able to insert a specific character dynamically at the current cursor position. Is there an API command for that? If not, would it be possible to just generate that keystroke somehow?
- I need to render the entered text in an SVG preview on-the-fly while the user is typing. The Form editor does not seem to have a getContents() method though where I grab the HTML code.
With those two problems solved, I'd be pretty fine with this.
By the way, what I also noticed: you cannot allow *only* unordered lists, as the system seems to break then. You have to additionally activate ordered lists.
Cheers,
Ben