I've been looking for a WYSIWYG markdown editor for a lone time. Your VSCode extension is fantastic !
Great work. Thanks.
Update
Not to sound ungrateful, but is there a way to install (some of) the Markdown Note key shortcuts onto the right click menu ? T'would be very handy.
I love the way your editor uses cells. I've been using Jupyter Notebooks, which I hate. I'll convert all my Notebook docs to straight markup now.
Is there a way to "hot link" sections of code from another file into a markup doc ? Say I want to include a code block from a C file into my document and I want it to be hotlinked so that if I change the code, the code in the document changes with it ? That would be so handy for documentation. Kinda like how Jupyter can have Python code in it. But I don't need the code to run in the Markdown doc, I just want to want to reference it so I can document something.
Edit: It looks like this can be done with "Contributes Command".
Any suggestions for (easily) porting Jupyter Notebooks to Markdown files ?
I've been looking for a WYSIWYG markdown editor for a lone time. Your VSCode extension is fantastic !
Great work. Thanks.
Update
Not to sound ungrateful, but is there a way to install (some of) the Markdown Note key shortcuts onto the right click menu ? T'would be very handy.
I love the way your editor uses cells. I've been using Jupyter Notebooks, which I hate. I'll convert all my Notebook docs to straight markup now.
Is there a way to "hot link" sections of code from another file into a markup doc ? Say I want to include a code block from a C file into my document and I want it to be hotlinked so that if I change the code, the code in the document changes with it ? That would be so handy for documentation. Kinda like how Jupyter can have Python code in it. But I don't need the code to run in the Markdown doc, I just want to want to reference it so I can document something.
Edit: It looks like this can be done with "Contributes Command".
Any suggestions for (easily) porting Jupyter Notebooks to Markdown files ?