You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
First of all, since I haven't received any feedback on this work to the Market place Rating&Review , it would be really grateful if you could give me some.
Yeah, surely, this work is somewhat inspired from Jupyter Notebook, then also Polyglot Notebooks. The both are not enough, so I've decided create my own.
Here, you made multiple feature requests. I would appreciate if you provide me in a clearer format such as
Feature Request 1
Feature Request 2
...
For instance,
a way to install (some of) the Markdown Note key shortcuts onto the right click menu
Describe the specific problem you're facing or the improvement you believe your feature suggestion would provide.
Suggest what you need exactly / a clear example of your feature implementation
I am also pretty much confused by the phrase
Edit: It looks like this can be done with "Contributes Command".
Please provide me Q&A question and feature requests in separate format.
Any suggestions for (easily) porting Jupyter Notebooks to Markdown files ?
If this is not a feature request, I would suggest you google or ask to ChatGPTs. I think they can answer this question better than I :)
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 ?
The text was updated successfully, but these errors were encountered: