I really like the project but I struggle with the fact that almost all Markdown editors, even note-taking applications, only offer you a rendered view separately from the file you edit. When I am taking notes, they should be rendered where I type them down in order to be easily digestible. Even later on, I will probably make a few smaller edits, so I can't solely rely on the rendered review.
So far, I've only discovered Typora, which is an application unfortunately plagued with performance and interopability issues - and I even had some data loss bugs. So, are there any alternative, "rich" (i.e. pictures, tables, math, code) WYSIWYM note-taking applications?
What are the "interoperability" issues you're referring to? I'm a very happy user of Typora and I've, thankfully, not experienced any data losses. The only thing that keeps me from using it more is that it's not the most smooth experience. When I take notes in Notepad++, for example, it's instantaneous. Which makes for a much more enjoyable experience.
Agreed on the lack of a smooth experience. Re interopabiltiy: This mainly relates to the usual fact of markdown flavors/extensions and there, for example, being no mobile app with the same exact flavor of markdown
I use NotePlan on my phone for WYSIWYM notes and calendar entries, with GTD support. It used the same (Dropbox) directory as my Kiwi app, which is a personal wiki with WYSIWYM.
On my desktop I have Sublime text with a (free) markdown plug-in for WYSIWYM note creation, and I keep the open “project” my NotePlan/Kiwi folder.
The result is a sprawling set of notes, documents, calendar data, etc inside a single wiki, editable from anywhere, and no one owns my data because at the end of the day it’s really just a bunch of text documents sitting in a Dropbox folder on my PC.
It has replaced all of my calendar, to-do, and notekeeping tools. Frankly, if NotePlan devs wanted to, they could probably subsume “personal wiki” too - the core functionality is already there, I just find the kiwi UI a little more suited to it.
This seems like an intrinsic part of the nature of Markdown editors. Typora lets you input in Markdown, but seems to immediately hide Markdown markup in favor of a WYSIWYG-like view, making it arguably not a Markdown editor at all.
For most people, and I think I include myself in this group, the point of Markdown is that the raw source is readable even without being rendered.
So far, I've only discovered Typora, which is an application unfortunately plagued with performance and interopability issues - and I even had some data loss bugs. So, are there any alternative, "rich" (i.e. pictures, tables, math, code) WYSIWYM note-taking applications?