top | item 44934844

(no title)

garbageoverflow | 6 months 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.

discuss

order

ricardobeat|6 months ago

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|6 months ago

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

macintux|6 months ago

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

WA|6 months ago

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

clippyplz|6 months ago

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.

eviks|6 months ago

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