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
There is a version of VSC that runs in a browser. I think it would be a good thing if leo-integ could work in it.
VSC for the browser apparently needs extensions that run code to follow certain rules about browser sandboxes. See Visual Studio Code for the Web. From the link:
"Extensions that are running code need to be updated to support running in the browser sandbox. You can read more about what is involved to support extensions in the browser in the web extension authors guide"
I don't know if leo-integ can be adapted for this since it needs to communicate with a Leo instance via a server, but if not, then presumably Leojs would be able to.
The text was updated successfully, but these errors were encountered:
@tbpassin Thanks for creating this issue! I'm going to use it to track progress / planning for this particular feature.
I'm currently working on this exact feature to be usable in leojs, and I plan to make leointeg also usable in the 'vscode for the web' platform. (once i get leojs going with that.)
This is going to require the server to offer additional functionality to 'browse' files on the server side when trying to open/save filesm in order to not rely on the vscode's own file system's to browse/choose files, as the server now should be considered to maybe be on a completely different machine.
Great, I think the feature will be very useful to spread leonine usage to a wider range of people. Why I started to think about this is that there is a link in the pages on leoeditor.com that is supposed to load a Leo outline into a browser so one can get an idea what kinds of things the tree and nodes can contain. But the appearance is almost like plain text, and doesn't give a person much of a reason to get interested in Leo, IMO.
leojs-in-the-browser, OTOH, would be ideal for a demo like this. Imagine - the person who is getting interested clicks on the link, and the whole thing opens with the outline already preloaded. Maybe the experience could even be scripted to walk through some typical Leo operations.
There is a version of VSC that runs in a browser. I think it would be a good thing if leo-integ could work in it.
VSC for the browser apparently needs extensions that run code to follow certain rules about browser sandboxes. See Visual Studio Code for the Web. From the link:
"Extensions that are running code need to be updated to support running in the browser sandbox. You can read more about what is involved to support extensions in the browser in the web extension authors guide"
I don't know if leo-integ can be adapted for this since it needs to communicate with a Leo instance via a server, but if not, then presumably Leojs would be able to.
The text was updated successfully, but these errors were encountered: