Do you want to: Suggest a feature
I would like to request a new API method for plugins in the document editor:
GetTrackedChanges(ranges: ApiRange) -> string[]
Returns the revision changes for the specified apirange (if passed ) otherwise returns the changes for current paragraph range
Purpose:
This function would return all revision changes so it can be moved to and accept or reject that change.