First version of my Markdown implementation will support “Source” and “Live Preview” mode. Source mode is simply pure Markdown. All the syntax: **bold**, [[links]], # headings, etc. is visible. Live Preview hides all the syntax and turns the Markdown editor into more of a WYSIWYG. Eventually, I’ll implement a similar live preview functionality as in Obsidian, where the syntax is only temporarily displayed when placing caret inside a range of text with styling applied. This is no easy task, which is why I’m not going to work on that any time soon.