xyc / vscode-mdx-preview

MDX Preview for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=xyc.vscode-mdx-preview
GNU General Public License v3.0
173 stars 12 forks source link

Export to HTML? #10

Closed naivefun closed 5 years ago

naivefun commented 5 years ago

Is there a way to convert .mdx to html? Not everyone has VSCode + Plugin installed.

xyc commented 5 years ago

This is not currently feasible given that this extension works by fetching files from VS Code workspace. You can look into https://mdxjs.com/getting-started and use one of the integrations: Gatsby, Parcel, etc.