enhancementhelp wantednew site support
Repository metrics
- Stars
- (3,611 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description and repro
Many technologies, including Moodle are adopting TinyMCE as their preferred Rich Text Editor, moving away from other RTE's such as ATTO.
GhostText is unable to detect or interact with content within TinyMCE. My suspicion is twofold:
- That the TinyMCE editor loads within an iframe
- That the TinyMCE editor itself does not contain a
<textarea>element. Rather, it seems to update a hidden textarea field in the parent/lauching doc.
Steps to reproduce:
- Visit Basic example | TinyMCE Documentation
- Attempt to use GhostText to connect to your preferred IDE (for me, this is SublimeText)
Browser(s) tried
Chrome
Editor(s) tried
SublimeText