Textbox.io comes packaged with optional server-side components that enhance the functionality of the editor.
These server-side components enable:
- Enhanced Spellchecking for improved error detection and suggestions as well as greater UI integration.
- Extended Image Editing by allowing editing of images from the web through a proxy.
- Hyperlink Validation to ensure that links in the content will resolve.
- Enhanced Media Embed for transforming a pasted link into a rich representation of the target location.
The Textbox.io server-side components are compatible with Java Application Servers.
See the installing the server-side components article for more detail and to get started.
Once you have installed the Textbox.io server-side components you'll need to use the Editor APIs to reference the URL locations of your installed services.
Component | Editor API | Description |
---|---|---|
Spell Checking | spelling | Spell checking service for JavaScript editors. |
Extended Image Editing (Image Proxy) | image.editing | Image proxy to allow editing images from the web. |
Hyperlink Checking | links.validation | Hyperlink validity checking service. |
Enhanced Media Embed | links.embed | Transform hyperlinks into rich representations of the target location. |