Earlier quoted context omitted.
Joplin, obsidian, etc. and other open source note systems I've used all suffer from the same problem: bad writing experience. I can't be the only one who believes this...writing in a 2 panel markdown+preview side-by-side view is just horrible and backwards. And I like the idea of markdown! Of course I want the ability to export to markdown for portability to the web. But for the love of god, don't make me surround my…
Funny that we feel so different about Markdown. The whole point of Markdown (in my opinion) is that the formatting is a function of text that you can see and edit. The entire state of the document is visible, and there are no formatting operations you have to learn, just regular text editing operations like backspace, copy, paste, and so on. For example, if you press backspace, you always know exactly what the result…
Rich wysiwyg editors also seems to have issues where the visible editing and internal formatting state breaks or behaves in weird ways. Like when you insert links and it automatically formats it as a link in some cases, and not in others.
Edit: Personally I always though the split view was okay as long as the compile times weren't too bad. Having a markup editor and then a view of the result is what I do for coding, so why not when writing stuff as well.