KSubedi / transliteration-input-tools

Unofficial client to Google's Transliteration Backend
MIT License
41 stars 12 forks source link

Including "transliteration-input-tools" in Rich text editors #28

Closed AmalChandru closed 3 years ago

AmalChandru commented 3 years ago

Is there any way to include these "transliteration-input-tools" within Rich Text editors like CKEditor or Quill? Have tried the regular call of enableTransliteration( ) which seems not working. Adding the tried fix (in CKEditor ) and its console output.

code developertools

sumitgohil commented 3 years ago

Same here. It does not work on Rich text Editor. Rich text editors seems to replace textarea with Content Editable Div. Please help if there is any workaround.