aaren / notedown

Markdown <=> IPython Notebook
BSD 2-Clause "Simplified" License
855 stars 115 forks source link

Add link to vim plugin in README #54

Closed goerz closed 6 years ago

goerz commented 7 years ago

I created a little vim plugin that uses notedown in the background to enable editing ipynb files directly. The notebook files are automatically converted to markdown on reading and back to the original json format on writing.

If you think this is useful, I've added a link to the Github project for this plugin in the README in this pull request.

aaren commented 6 years ago

Wow this is actually pretty cool :)