metakirby5 / codi.vim

:notebook_with_decorative_cover: The interactive scratchpad for hackers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request][fork] Markdown cell execution

nscotto opened this issue · comments

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!

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!