DEV Community

Cover image for JSitor Mobile App, an alternative of JSFiddle, CodePen and JSBin

JSitor Mobile App, an alternative of JSFiddle, CodePen and JSBin

Ashvin Kumar Suthar on September 20, 2019

JSitor is a web tool which is used to write web snippets, along with the web version, it also supports mobile app-based editors which can be very h...
Collapse
 
dabigin profile image
Brandon Dalton

It's a great app, but the CDN part I'm confused with. Since I'm still learning, I'm wanting to use the bootstrap CDN, but they’re so many bootstrap options. I don't have the knowledge to know which one is which, so having a brief description of each would help newbies like me navigate the app better. Also, being able to organize the snippets you make would be cool as well. Other than that, it's really solid.

Collapse
 
alohci profile image
Nicholas Stimpson • Edited

It would be awesome if it had a mode to properly support the XML syntax of HTML5. It's not something that, as far as I know, any of the similar tools provide.

Collapse
 
ashvin777 profile image
Ashvin Kumar Suthar

Thanks Nicholas for your feedback. I am not able to understand what exactly you mean by saying “properly support the syntax of HTML5”, is there anything wrong, please let me know if there is any descrepency.

Collapse
 
alohci profile image
Nicholas Stimpson • Edited

The XML syntax of HTML. See 13 The XML syntax. What used to be known as XHTML. Essentially it would mean creating a XMLDocument in the output window by passing the contents of the HTML window to an XML parser rather than to an HTML parser. All modern browsers support this, but jsbin, codepen etc don't.

You'd need to report on syntax errors that could stop the XML parser from completing the parse and only show the resulting document if the parse completed successfully.

Collapse
 
fultonbrowne profile image
Fulton Browne

Great app man.

Collapse
 
ashvin777 profile image
Ashvin Kumar Suthar

Thanks FultonB. 👍🏻

Collapse
 
yramyayegu profile image
Ramya Yegu

It's a great app, but how yo sync mobile and web applications

Collapse
 
ashvin777 profile image
Ashvin Kumar Suthar

They are talking to same server 🙂