Vaadin Forum Topic Editor

How is the Topic Editor implemented on the Vaadin forum?

I would like to implement something similar to the RichTextArea but with the ability to do content insertion at arbitrary points.

Hi,

personally I have no idea but just wanted to point out that Tori is open source and the sources are available at
https://github.com/vaadin/tori
. So feel free to check it out yourself :)

-tepi

Thanks Teppo