Monorepo for Tangled โ https://tangled.org
more clear trailing whitespace diff #331
open
opened by
I don't think letting knots to configure custom diff is correct design. Knots should not control how things are rendered. I think it's on appview to allow custom diff program options, but that would be future change when we have appview side git cache.
more generally, character-wise diffing would be great to have. something i have been thinking about: if we had a way to serialize a character-wise diff format, we can perform the diff calculations at the knot, store that in the record, and potentially allow knots to configure custom diff programs such as difftastic!