SyncViews said:
markdown inspired
It is, GFM inspired but not to a spec. It's intended to shorten editing time instead of standard word processor shortcuts or toolbar use. I definitely recognize it's not perfect.
My personal complaint is the inability to use inline code. Since this is effectively CKEditor 5's autoformat feature, I'll need to go custom to fix some of these issues (of course, first checking if they're already fixed and just need an update).
SyncViews said:
some quirks only seemed avoidable with pasting right now.
Pasting isn't handled the same as typed text. Yay, javascript.
It's on the list to allow markdown editing, but do so as an account option for your preferred editor. So is a plain text box with no formatting whatsoever.
Problem is a number of things need to be built around each supported editor - for example, in the case of a markdown editor, how to handle copy and paste of links, images, videos, embeds, etc. that the current editor allows; or, it's straight text and entirely up to you to provide image hosting, format links properly, etc. To a degree it's a general UX issue combined with resources to work on these things and some additional code plumbing.
Most likely, I'll look at how to fix the immediate need and leave the rest for lower priority (inline code, underscores in variable names, or both in one solution which seems more ideal anyway).