-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host the demo #261
Comments
GH pages is very simple and used in a lot of our places too |
I do like GH pages, but it doesn’t support PR review environments, right? This is less of an issue compared to my other Monaco editor related projects, as I have a decent idea how to test it now. |
Not yet, they’re working on it though. Might never happen but it’s a bit promising. |
The GitHub action is ready. On https://github.com/mdx-js/vscode-mdx/settings/pages, Personally I’m in favor of using https://monaco.mdxjs.com. |
Done
This part I don't have access to either |
Thanks! The build is now succesful, so that’s good to know. |
This comment was marked as resolved.
This comment was marked as resolved.
The Monaco integration was removed in favor of Volar. Use |
This comment was marked as resolved.
This comment was marked as resolved.
Hey, sorry to revive an old thread but are there examples around on using mdx with monaco via volar, if that's how we're supposed to do it? I've been fiddling around but I'm pretty lost to be honest. I'm trying to setup use monaco to edit MDX stored in my database and I believe this package is where I should be looking at. |
You can have a look at You should be able to add the language plugin from |
A demo with @volar/monaco and @mdx-js/language-service integration would be greatly apricated and it will be super useful to show case all the featured of mdx-analyzer |
Initial checklist
Problem
This project has a demo for the Monaco editor integration similar to https://monaco-tailwindcss.js.org, https://monaco-unified.js.org, and https://monaco-yaml.js.org. It would be nice if this demo is hosted somewhere as well.
Solution
The projects mentioned are hosted using Netlify, which is also nice for review environments.
Alternatives
We could also host on Vercel, like https://mdxjs.com. Maybe we want the styling to match https://mdxjs.com and host it on https://monaco.mdxjs.com.
The text was updated successfully, but these errors were encountered: