Replies: 2 comments 1 reply
-
Hey thanks! I could consider a feature where shortcuts can open in new tabs. But if you wanted to customize it you could also look into making something like that if you desire it to pop up in a new window/tab. There is also isomorphic git which can directly clone repos, so there could be some ideas there for doing a live git connection to your profile. Also you could indeed download the files and host them. I do that for a few apps like JS Paint, it's basically just another app/repo running in a local iframe. Good luck and I will keep this in mind for an additional feature, likely into the shortcut file ini flags. |
Beta Was this translation helpful? Give feedback.
-
Thanks! As a temporary workaround, I did set the URL to be |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for this great project! One of the things I wanted to do was to create a bit of a portfolio of some of my work but using daedalOS as a kind of container for it. I've noticed that many websites have restrictive security policies that don't allow iframing. e.g. if I wanted to add a link to my GitHub profile inside of daedalOS, I can't do it because GitHub has a frame-blocking security policy in place. I looked around and I didn't see the answer: is it possible to do something like
_target=new
? I realize this breaks some of the realism of the OS-in-a-single-browser-window, but I can't think of a great way to avoid something like this without dropping HTML files in that then do the same thing.Beta Was this translation helpful? Give feedback.
All reactions