MikeMichaels
MikeMichaels

Reputation: 494

How can I bind WanaKana to a contenteditable div?

Regarding the WanaKana javascript library, is it possible to bind it to a <div contenteditable="true>, instead of an <input> or a <textarea>, as the official documentation instructs? And if so, how can I achieve that?

I would like the users to be able to style the text they type (making it bold or italic, for instance), hence the need for a <div contenteditable="true>.

I already asked about this on GitHub, but I'm still waiting for a reply.

Upvotes: 0

Views: 112

Answers (0)

Related Questions