Live data from Hacker News

Show HN: A VSCode Extension to edit HTML visually in real-time

github.com

41–50 of 142 posts

Re: Show HN: A VSCode Extension to edit HTML visually in real-time

#41
post #7

Earlier quoted context omitted.

Wait till you hear about Typescript, you know adding types to ECMAScript, like Macromedia did some 20 years ago. :) Being in the industry for 20+ years and starting as a teenager making games in Flash it makes really hard for me to treat webdev seriously with all their revolutionary innovations. At work I often encounter a resistance to a tech or solution I propose, because "there hasen't been any substational contri…

> how do you calculate hypotenuse, because it's been a long time since Pythagoras made the last commit. Asinine - everything advances and needs maintenance over time, even geometry. I invite you to try building a game without using quaternions or projective (ie non-euclidean) geometry. Edit: does hn award points based on contrariness? Or is it just that people on hn think they're super clever with their contrary poin…

I understand what you want to say here but...

Do you need these things to write Sokoban, Tetris or any other simple 2d game?

Re: Show HN: A VSCode Extension to edit HTML visually in real-time

#44

Are 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

And what is more crazy, acting as if they are something new, instead of something that is 20 years old.

Re: Show HN: A VSCode Extension to edit HTML visually in real-time

#45
post #33
post #21

Earlier 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.

How is Dreamweaver these days?

Re: Show HN: A VSCode Extension to edit HTML visually in real-time

#46
post #34
post #7

Earlier quoted context omitted.

Wait till you hear about Typescript, you know adding types to ECMAScript, like Macromedia did some 20 years ago. :) Being in the industry for 20+ years and starting as a teenager making games in Flash it makes really hard for me to treat webdev seriously with all their revolutionary innovations. At work I often encounter a resistance to a tech or solution I propose, because "there hasen't been any substational contri…

> how do you calculate hypotenuse, because it's been a long time since Pythagoras made the last commit. Also, Pythagoras should be rewritten in Rust for safety.

Careless bastard. If safety wasn't his concern he at least should have written it with style using NextJS with tRPC using React Server Side components hydrated on the fly with edge locations in mind utilizing streaming components backed by Drizzle ORM further cemented by AuthJS. I'm sure there would have been plenty of starter kits had he tried npm create.

EDIT: RCS

Re: Show HN: A VSCode Extension to edit HTML visually in real-time

#47

Are 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

>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.

Re: Show HN: A VSCode Extension to edit HTML visually in real-time

#48
post #7

we've come full circle - macromedia dreamweaver had this in 2001

Wait till you hear about Typescript, you know adding types to ECMAScript, like Macromedia did some 20 years ago. :) Being in the industry for 20+ years and starting as a teenager making games in Flash it makes really hard for me to treat webdev seriously with all their revolutionary innovations. At work I often encounter a resistance to a tech or solution I propose, because "there hasen't been any substational contri…

> Being in the industry for 20+ years and starting as a teenager making games in Flash it makes really hard for me to treat webdev seriously with all their revolutionary innovations.

I think the framing here is unfair.

It's not that the people innovating in JS or HTML think what they're doing is "revolutionary" or has never been done before. Generally they are applying ideas that have been developed elsewhere, but are currently lacking in whatever their specific area is.

Re: Show HN: A VSCode Extension to edit HTML visually in real-time

#49
post #31
post #28

Thanks for sharing but I don't find big differences with the currently existing "live preview" and other plug-ins. Can you explain what are the features of your Web Visual Editor? Thanks

A notable feature is the ability to synchronize code selection with visual selection in the preview. Since this extension has minimal functionality, the codebase is very small, making future expansions easy. It is designed to reflect changes made in the preview back to the code, so enhancing the editing capabilities within the preview may be beneficial in the future.

This is useful. I am occasionally day dreaming about moving my static site from Hugo to pure html which I write/edit myself.

Do these features depend on complexity of the html or that doesn't matter? Does Javascript work in live preview?

Post reply on HN