Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
81–90 of 102 posts
Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#82Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#83Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#84I thought it should be extremely portable ("everything just works, it's native"), but it doesn't work on iOS 9.3.6. It doesn't even let me input text into the textarea... A natural extension seems to be a source code editor with syntax highlighting, like those used in https://marimo.io/ , Jupyter, https://plutojl.org/ and other notebook-like Web editors.
I'm not sure why you are testing in iOS 9.3.6. (which was released in 2015), when the documentation says support for Safari is for versions 16 and above.
Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#85This seems to be the perfect use case for a web component and its shadow DOM. Instead of using a div.editor, this component could wrap around a textarea and it would progressively enhance the textarea experience.
Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#86Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#87If 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.
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.
Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#88Earlier quoted context omitted.
Can you use highlights on text area contents?
You can't mainly because separately tracks its own selection, AFAIK.
https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/...
Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#89Re: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
#90If 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.
I can type text, mark it, click "B" for bold and it works. This is WYSIWYG minus images.
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.