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
embedding the whole commit diff: https://github.com/yusanshi/emgithub/commit/86f230a6bc37805b6186b355a41b075c123d97d9
embedding a specific file in that commit diff (by clicking the filename shown in the following image): https://github.com/yusanshi/emgithub/commit/86f230a6bc37805b6186b355a41b075c123d97d9#diff-36cec0a19fd4229769211afcfd94c3aad3e3a98882aa0f68cdf9e836b0cbc4f8
And surely the github.com=>emgithub.com for quickly jumping should still work for this feature.
However the implementation may not be easy. Currently all the three existing modes are implemented by fetching the contents from GitHub and rendering them ourselves. We need write our rendering code but this give us more freedom for customization (e.g., code hightlighting style).
But rendering the commit diff seems somewhat complicated. After some searching, I think we can:
Thanks a ton for this amazing tool. 1 feature I feel would be a cherry on top, would be to have support for embedding commit diffs.
Feature requests
For example, if you check this link: 6ffceea
It displays as displayed in the following image.
The text was updated successfully, but these errors were encountered: