zhaouv / vscode-markdown-everywhere

Embed and highlight and preview markdown in any language which support line-comment or block-comment for vscode.
https://marketplace.visualstudio.com/items?itemName=zhaouv.vscode-markdown-everywhere
Apache License 2.0
9 stars 3 forks source link

[Feature request] Option to export generated markdown #12

Closed cdfa closed 2 months ago

cdfa commented 2 months ago

Thanks for this extension! It's really cool! Can we get a command to export the generated markdown to a .md file? That would be great for sharing the code outside of vscode, for example on github.

zhaouv commented 2 months ago

The next version will try add the feature Extract Markdown, which convert the selected portion into Markdown format according to the rules and settings, place it into the clipboard.

cdfa commented 2 months ago

Thanks! I will look into the other features i suggested when I find some time.