Remix.run Logo
garbageoverflow 3 days ago

If it were a WYSIWYG editor, there'd be previews for images. But it seems like it's just syntax highlighting for textareas. Nice project either way, but false advertising.

ricardobeat 3 days ago | parent | next [-]

Indeed it is a misuse of the term. An actual WYSIWYG editor would not show any of the formatting markers.

By definition a “Markdown editor” cannot be WYSIWYG - you can have a WYSIWYG editor that is powered by markdown underneath though, which this is not.

calmworm 3 days ago | parent | prev | next [-]

I didn’t see an option for images. Am I missing something?

macintux 3 days ago | parent [-]

I assume that was the point. The parent commenter feels "WYSIWYG" by definition includes images.

WA 3 days ago | parent | prev [-]

I can type text, mark it, click "B" for bold and it works. This is WYSIWYG minus images.

clippyplz 3 days ago | parent | next [-]

WYSIWYG does not refer to the icons in the toolbar, but rather the text itself. This is not WYSIWYG because when I make something bold, I see a bunch of asterisks around it.

Still a cool project, but someone who does not understand markdown would wonder why pressing the heading button makes my text into a hashtag instead of making it bigger.

WA 3 days ago | parent [-]

I see both. It's bold and has asterisks around the bolded text.

eviks 3 days ago | parent | prev [-]

You see _ text _, but instead of 2 underscores you get formatted text. That's a definitional violation of WYSIWYG editing style