metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.
MIT License
3k stars 83 forks source link

[feature request][fork] Markdown cell execution #128

Open nscotto opened 3 years ago

nscotto commented 3 years ago

Hi,

Thanks for this awesome project, this is really inspiring! I think this project could serve as a good foundation for enabling cell execution with inline output in markdown mode, is it something you are interested into? Otherwise could you help me understanding the project workflow so I can start working on a fork? Thanks!

metakirby5 commented 3 years ago

Glad that my project served as some inspiration :)

I'm not sure exactly what you mean by your suggestion, but I am always happy to see pull requests or forks.

As for the project workflow, I haven't seriously worked on Codi in about four years, so I don't know if I can be much help. All of the core logic is in https://github.com/metakirby5/codi.vim/blob/master/autoload/codi.vim, and you can debug with the g:codi#log option.

Good luck!