- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
Miscellaneous
Track Changes
Try it yourself:
HTML
<div id="froala-editor">
<h3>Track Changes makes WYSIWYG HTML editing awesome.</h3>
<p>Track changes is a Froala Editor Plugin where we can track the new text, deleted text as well as various styling and format changes.
</div>
JAVASCRIPT
<script>
new FroalaEditor('div#froala-editor', {
toolbarButtons: ['bold', 'italic', 'underline', 'fontFamily', 'color', 'paragraphStyle', 'trackChanges']
})
</script>
Related Plugin:
Track Changes