I like to use standalone tools with no dependencies, so I made this open source html editor with instant preview as a single html page:
https://github.com/no-gravity/html_editor
It has a few convenience functions already. Open for pull requests.
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
I like putting an auto-reloading browser window behind a 60% opacity Vim window.
This is great, A tighter feedback loop is always better for everyone.
I'm also getting some serious Déjà vu for the web tools of the 2000's. History really does rhyme
I was expecting something more like WYSIWYG editor, that actually edits HTML visually in real-time. Something akin to old times of first webpage editors.
reminds me of good old Macromedia DreamWeaver times :)
we've come full circle - macromedia dreamweaver had this in 2001
It seems there have been many opinions questioning why a tool for editing pure HTML is being developed now. Here is my current view on this matter:
These days, it's rare to directly handle HTML files on the frontend of web applications, and placing key elements using absolute or relative coordinates is also uncommon, so the use cases for this extension are currently quite limited.
However, it could be somewhat useful in areas where web technologies are not yet widely adopted but need to be implemented simply. When creating individual components, such as with Vue.js, the real-time preview might become valuable. It could also be helpful for building non-application content like simple landing pages.
Is this a significant improvement from having a "live preview" on a browser?
Nice. Will this work with React as well?
Nice to see you again, HotDog.
Would be much more valuable if you can live-preview Sass. It is easy to guess the impact of HTML edits I am making, but guessing impact of style edits is much harder and so live preview would be more valuable.
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
I like it. It saves me a Ctrl+s and some setup for a hot deployment.
There’s something sad about how basic this is compared to say FrontPage (so shoot me) which was oh ~25 years ago.
The title was a little confusing for me. Don't you edit HTML visually in real-time all the time?
Is there a way you can edit HTML directly in browser devtools and have it update in your code repo?
Does it handle js? I can't tell if this is only for static files from the documentation.
Very unfortunate naming if you understand some German...
You missed the opportunity to name it Vscode-FrontPage. We Are So Back.
Thank you for using a FOSS license!
Ah yes, bracket editor by adobe is back
Interesting
This reminds me of Microsoft FrontPage more than 20 years ago.
Nice 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.