Show HN: A VSCode Extension to edit HTML visually in real-time
61–70 of 142 posts
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#62Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#63Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#64Earlier quoted context omitted.
There are complex reasons behind my development of this. To be honest, I don’t think the editing functionality of this tool is particularly useful. I believe the real-time preview and element selection features are the ones that offer broader utility. I am considering making the editing feature disabled by default and allowing it to be enabled through settings in the future.
I don’t think it was meant to criticize your work :) It’s just fun to see that we (here : you) are reinventing tools that everyone used 20 or 30 years ago. I remember making my first websites in Dreamweaver. I remember it being hated by "pro" developers but this plus an FTP client (which was integrated IIRC) was enough for teenager me to be live on the internet.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#65we've come full circle - macromedia dreamweaver had this in 2001
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#66Are we trying to reinvent web development? Last few years have been wild. We abandoned HTML CSS and JS websites that used to work just fine and ran after frontend component frameworks and now the circle is getting completed by building tools and extensions we had 20 yrs ago
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#67Earlier quoted context omitted.
>We abandoned HTML CSS and JS websites that used to work just fine Hmm. Have you actually done much web development in the last 10 years? Building websites with raw HTML, CSS and JS 10 years ago was very much not "just fine". There's a reason frameworks were invented.
What do you consider "not fine" about websites written in "just" html, CSS, and js?
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#68Earlier quoted context omitted.
What do you consider "not fine" about websites written in "just" html, CSS, and js?
1) Rats nest of non-declarative JavaScript. 2) Rats nest of JavaScript callbacks. 3) Overlapping stylesheets with !important everywhere. 4) Elements used for style not their semantic purpose ( , ) 5) Subtle and not-so-subtle browser compatibility issues.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#69Nice extension, it may be worth in the readme explaining how it’s different to https://github.com/microsoft/vscode-livepreview which has been around for a long time and maintained by Microsoft.
Re: Show HN: A VSCode Extension to edit HTML visually in real-time
#70Nice extension, it may be worth in the readme explaining how it’s different to https://github.com/microsoft/vscode-livepreview which has been around for a long time and maintained by Microsoft.