Remix.run Logo
carlosjobim 3 days ago

Sure, if only people who are programmers should have the right to express themselves online. The old school internet was completely destroyed when all wysiwyg tools where killed for no reason about 15 years ago. And now the same hackers who killed it and banished all normal people to social media are wondering "where did my good old internet go?".

How much good music would we have if you were forced to build a guitar in order to play it?

Animats 3 days ago | parent [-]

> The old school internet was completely destroyed when all wysiwyg tools where killed for no reason about 15 years ago.

The power of CSS has increased to the point that you don't really need Javascript for layout any more.[1] So WYSIWYG tools could work again. Probably faster.

[1] https://codingstella.com/15-advanced-web-development-techniq...

Animats 3 days ago | parent [-]

That suggests a new kind of WYSIWYG editor. It only does declarative HTML/CSS, no Javascript. Maybe it edits the DOM, not the source. When you save to a file, the HTML and CSS are generated. Maybe use Webkit to do the rendering.

If you want any Javascript, it has to be in a separate .js file, not mixed in with the document.