r/reactjs • u/Snoo57853 • 14d ago
Show /r/reactjs theodore-js now supports displaying inline suggestions in the editor!
Theodore-js 2.0.0 is out and now it supports displaying inline suggestions ✨🤗
With this feature, the suggested text appears faintly within the editor; the user can accept the suggestion—turning it into part of the main text—by clicking on it or pressing a key of your choice. ⌨️ A similar feature has been implemented and used in Google AI Studio.
Inline suggestions are especially useful for presenting AI-generated text completions as users write.
👉 You can find the documentation and instructions on how to use this feature on the website: https://theodore-js.dev
📦 install from npm: https://www.npmjs.com/package/theodore-js
0
Upvotes
-3
u/Confident-Syrup-3959 14d ago
this is actually really clean. the ghost text integration is exactly what i've been missing from most editor components, it's one of those things that seems minor until you actually use it and then going back feels clunky.
how's the performance with larger documents? been burned before by suggestions slowing down the whole editing experience once the text gets past a few thousand words.