lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 45 forks source link

Code links #21

Closed SaviDev closed 8 months ago

SaviDev commented 3 years ago

Hi! I dont undestand how connect links.where am i wrong?

`

lostintangent commented 3 years ago

Hey! Apologies for the confusion. The swing links are meant to allow you to open a code file within the editor, not to navigate to another page. Are you looking to add a second HTML file to the swing and navigate to it from the main index.html file? If so, I might need to add better support for that, since I don't believe the WebView can navigate to other pages.

SaviDev commented 3 years ago

"Are you looking to add a second HTML file to the swing and navigate to it from the main index.html file?" Yes, i was trying this method

SaviDev commented 3 years ago

Can i have multilple CodeSwing in the same folder? I would create a CodeSwing for a different html inside the same folder of index.html

lostintangent commented 8 months ago

Closing this as not planned, since I never heard any other feedback about this behavior.