The underlying text format used on Supernotes is Markdown, which has a number of clear benefits:
The syntax is fairly basic / intuitive, so it is easy to get started
Marks are explicit, allowing you to specify exactly how everything will be formatted
Markdown is used by many other tools and websites so it is extremely portable
As part of the Supernotes 2 release, a "What You See Is What You Mean" (WYSIWYM) editor was introduced. This is in contrast to WYSIWYG (What You See Is What You Get) editors.
The difference between the two is fairly straightforward: in a WYSIWYG editor, there should be no difference between what your content looks like in an "edit" vs "display" mode. Here is an example of what some content might look like in a WYSIWYG editor:
This is how the document looks all the time, whether you're editing it or just reading it. Many websites and tools have adopted this type of editor because it makes everything very predictable.
However on Supernotes we actually want to embrace the difference between editing and viewing your content, as they are two very different activities with different priorities. So we have built the Supernotes editor to be "WYSIWYM", which in essence just means that while we will format your content mostly as it will appear in display mode, we leave in all the markdown marks. This allows you to be very deliberate and conscientious about what you are putting and where while also giving you a pretty good idea of what the final result will look like. Here is that same content as above, but this time in the Supernotes Editor:
One of the main benefits for us of this paradigm is that it makes things very easy to change from one type of formatting to another. For example, if you want to make the first title in the above card ("Today's Todo List") a little bigger, you can very quickly just remove one of the hashtags to make it an H1 style rather than H2.
The rest of the articles in this section expand on this idea and explain how you can address your formatting and content-creation needs using Supernotes.