Email or username:

Password:

Forgot your password?
9 comments
Adam Wiggins

Strikethrough changes are often hard to read. Here's one attempt at a solution.

Adam Wiggins

Text replacement is treated as its own case, since it's so common in copyediting.

The sidebar shows that "35" was replaced with "over 100," rather than a deletion followed by an addition.

Adam Wiggins

Diff summaries are used in source control (+added/-deleted) but rarely in writing tools.

Here's some experiments for summarizing a set of changes on a long document.

Scott Jenson

@adamwiggins this feels quite close to what we did for Upwelling. We used a ➰ symbol though instead of a delete symbol. Is there a nuance here that I'm missing?

Adam Wiggins

@scottjenson Upwelling is a big influence, we're building on those ideas! We've referenced it already in the notebook, I'm sure we'll be doing so again in future posts.

Internet Hedgehog

@adamwiggins A thought: Google Docs and such have a way to add suggestions - edits that will need to be approved to be fully inserted into the document. I wonder if this can map to pull requests in a workflow like this?

Adam Wiggins

@Ezhik Funny you should ask, our next batch of experiments will touch on these points.

Go Up