-
Notifications
You must be signed in to change notification settings - Fork 672
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
Add support for VSCode Web #749
Comments
WikiLens is a new extension which works this way. |
👋 I'm Harald, a PM from the VS Code team, and we recently announced VS Code for the Web at https://vscode.dev/, which provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser. You can learn more here. We'd like to ensure that Foam can run in the web, and we have a guide for enabling extensions for the web here. As a couple of highlights:
Feel free to reach out to me if you have questions or if I can help somehow. Thank you |
Hi @digitarald, it's definitely on my radar to have Foam run in the web, will definitely reach out if I have any question in that regard |
Any update on the issue? |
I did a spike that got the build to work but there are still some issues to iron through, because of the libraries that would not be available in the browser (e.g. glob), or that need to be bridged |
I'm interested in picking this work up, here's my rough plan. Please let me know if you have any feedback:
|
This plan looks pretty good to me, thanks for picking this up |
I removed the dependency on @joshdover I am not familiar with rollup, how would that fit in the build cycle? |
Hi @digitarald, I started to work on enabling foam for VSCode for the Web. Unfortunately I am running into some issues with using |
Hi! |
So, I believe we are actually in a good place on this one. @pderaaij wdyt? |
So, I feel disabling note embedding for web would be fine. We also have the problem of running end 2 end tests for web. That won't work for web with the current test framework. That might be something to think about. I'll update the PR later this week with the latest code and will see if I can do a test drive. |
Just seeing microsoft/vscode#174080 (comment). This might be good to check out. I'll have a look this week. |
For reference. I got foam working on the web, see #1290. The initial step is to make it available without note embedding working. After this PR I will do attempt to overhaul the preview, just like https://github.com/dstengle/markdown-queries does. |
Released as part of 0.26. Being finetuned in upcoming releases. |
with the feature of loading a full fledged editor in the browser with just pressing the
.
on the keyboard, It would be great if we could bring the nodes to the browser.The text was updated successfully, but these errors were encountered: