You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are interested into the same feature.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
When someone else changes a file it would be handy to be able to see exactly what changes they made. I suggest a way to visualize these differences.
Here's an idea for how to roll it out in phases:
support for diffs (version delta visualizations) for plain text (.txt, markdown) files
support for diffs of calendar events
support for diffs of address book contacts
support for diffs of tasks
Describe the solution you'd like
The initial and easiest UI/UX could just be a new window that pops up whenever you click on a version entry for a file, and this opens a new window with a unified text diff to the previous version.
The next evolution of this UI/UX could follow along the lines of, for example, Google Docs.
Describe alternatives you've considered
I've considered delegating the version storage and diff generation to something like git. This would work fine for text files.
The text was updated successfully, but these errors were encountered:
How to use GitHub
Is your feature request related to a problem? Please describe.
When someone else changes a file it would be handy to be able to see exactly what changes they made. I suggest a way to visualize these differences.
Here's an idea for how to roll it out in phases:
Describe the solution you'd like
The initial and easiest UI/UX could just be a new window that pops up whenever you click on a version entry for a file, and this opens a new window with a unified text diff to the previous version.
The next evolution of this UI/UX could follow along the lines of, for example, Google Docs.
Describe alternatives you've considered
I've considered delegating the version storage and diff generation to something like git. This would work fine for text files.
The text was updated successfully, but these errors were encountered: