nytimes / ice

track changes with javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trackchange default off

doctsh opened this issue · comments

Thanks for lovely plugin
Can we make track change in off mode by default, and can enabled by a user when he wants so?

Set isTracking to false in the ice configuration in the tinymce init setttings

{
        plugins: [ ice icesearchreplace ],
        toolbar: .....
       ice: {
            user: { name: username, id: userid },
            isTracking: false,
          }
}