Replies: 3 comments 3 replies
-
I'm not sure how possible it'd be to run Pulsar within a Browser, what with all the native extensions being loaded, and that we are operating on a bit of an older version of Chrome at the moment. I do think we talked about it previously on the Discord but am having some trouble finding it. It would be a fantastic feature, and if you wanted to take a shot by all means go ahead, but I think we are a little ways from that possibility as of currently. But if anyone else from @pulsar-edit/core has anything to add please do, as I'm not as familiar with the core project as I am in other areas |
Beta Was this translation helpful? Give feedback.
-
I feel that it's easier to start a new project than make Pulsar able to run on browsers. Which, honestly, may not be a problem at all - maybe when we somehow stabilize Pulsar we can somehow start a new project from scratch, copy parts of Pulsar that we feel are reusable, rewrite the ones that are not, and make it in a way that it'll be able to run in a Browser But that is to say - it's not on short term, and probably it'll never be completed. Not because we don't want to do it, but because the structure of Pulsar is too complex and too tied on some Electron stuff that it'll be hard to make it work... |
Beta Was this translation helpful? Give feedback.
-
I think this was about live previewing your HTML code that you're developing in Pulsar? And maybe VS Code has some way to prompt your browser to auto-reload/live preview HTML? (Apparently only via extensions, per VS Code's docs: https://code.visualstudio.com/Docs/languages/html#_does-vs-code-have-html-preview. As the original poster of this thread seemed to be aware.) In fact, Atom does have some similar extensions. https://www.sitepoint.com/7-atom-add-ons-for-running-code-and-previewing-changes/ Packages of these same names should be available in Pulsar's package API as well, since we have migrated Atom's old packages over for the time being. |
Beta Was this translation helpful? Give feedback.
-
I want to know how to run my code on browser like VS code has live server extension i am wondering. I know Pulsar is new and I love the project and Idea and I want to help the project as a community member new to open source . Thanks
Beta Was this translation helpful? Give feedback.
All reactions