This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Description
Currently vim's :DiffOrig command starts a diff between the current modified buffer (which is a notebook converted to a markdown file using jupytext) and the on disk copy of the original .ipynb notebook. Can we make this plugin first convert the opened .ipynb file to markdown and then do a diff, when :DiffOrig is used?