Skip to content
.github-star { padding-left: 15px; margin-bottom: 15px; }

Miscellaneous

Track Changes

Try it yourself:

Track Changes makes WYSIWYG HTML editing awesome.

Track changes is a Froala Editor Plugin where we can track the new text, deleted text as well as various styling and format changes.


Edit in JSFiddle

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>
File: 13595