-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detecting link changes #28
Comments
Of course! I'm working on the table diffing feature now, I will try to sneak this in early this week. Unless someone else wants to put in a PR |
Thanks very much! |
Detect link changes to resolve #28
@maliayas Just merged in updates to detect link changes - I didn't do anything fancy with tooltips since that is out of the scope of this library. But if a link is changed, the old link will be wrapped in a |
Lovely! Problem solved. Btw I've made a code review to be helpful. |
It's very appreciated! Thank you @maliayas - I will look at your comments and make updates either today or tomorrow morning. Feel free to suggest additional features/bug fixes in the future, and you are welcome to contribute / open PRs. We don't have any documentation on contributing at this point, but I hope to do some major clean-up of the code and put together some documentation sometime in the near future. |
Very nice to hear this. Thanks. |
It seems, neither this fork nor the upstream can detect link changes. For example:
GitHub rich text diff plays nice with this case. Styling is not in the scope of this library but I've captured some screenshots for inspiration. If a
href
attribute is changed, GitHub dotted-underlines it and presents a tooltip:Tooltip:
If link text is also changed, underline and tooltip is gone:
Could we have this detection in this library? Thanks in advance.
The text was updated successfully, but these errors were encountered: