How to get text without html ?

How to get text without html ?

You'll need to parse the editor content yourself. By using Jsoup.

Jsoup.parse(html).text();