Lazymastodon: I've been using the new Apple Intelligence proofreading tools a bit more lately, but I wish there was a way to see a diff of what it suggests vs. what it was. Is there a tool to do this already?
@ccgus Depending on the details of the text view you are in, you can get an edit-by-edit breakdown. Try it in TextEdit, for instance.
@jasonmedeiros Whoa! This is what I'm looking for! I wonder why all NSTextViews aren't doing this?
@ccgus @jasonmedeiros most NSTextViews will do this when using TextKit2. If you call NSLayoutManager APIs it’ll fallback to TextKit1.