Anyone know of a plugin to do change tracking? Marking text that has been deleted or inserted.
I'm looking into creating such a beast, but just getting started.
I'm assuming that events are the best way to go.
I can see the 'key' event on the editor, but I don't know how to check for events in the dom.
Gotta go read the architecture documents...
This is just a request for info. Thx.
Rolan
I'm looking into creating such a beast, but just getting started.
I'm assuming that events are the best way to go.
I can see the 'key' event on the editor, but I don't know how to check for events in the dom.
Gotta go read the architecture documents...
This is just a request for info. Thx.
Rolan
Re: Change Tracking Plugin?
Check this plugin to learn how to listen to all the events required to track changes: viewtopic.php?f=18&t=23605
Re: Change Tracking Plugin?
I think I'll go back to the 'key' event.
Rolan
Re: Change Tracking Plugin?
To get full info about what's changed you'll need a lot of work if you're using the key event.