Markdown Source Mode
Ability to view a floater as plain Markdown source and toggle between live and source modes.

-
15 days ago
The current Markdown implementation is unfortunately not very convincing.
I would advise against pursuing a WYSIWYG solution unless one is deeply familiar with the subject/matter and able to match the quality of something like Typora.
Instead, it would be more practical to automatically switch to the source code mode of the Markdown file when clicking into a note (optionally configurable via settings), or via a freely definable keyboard shortcut. Upon leaving the note, it could revert to the rendered/parsed formatted view.
This would be more reliable and functional.
Today, I tested both versions of the current Markdown integration, and both felt—politely put—unfinished.
One important final note: Please support full Markdown functionality (which would actually be easier to implement with a source code mode and the switchable view principle).
Why? Many apps that claim to support Markdown often neglect features like syntax highlighting in code blocks or Markdown tables, which for me personally is a clear dealbreaker.
-
15 days ago