-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Issue Overview
At the moment, when writing a very simple post (regular text content only) in Gutenberg, the user is required to use the mouse for things like inserting headings, links, formatting text in bold/italic etc. While Gutenberg is optimized for supporting creation of complex layouts, it should be as easy and streamlined as possible to write a basic post with text content. Only having to use the keyboard would make that much quicker.
Possible Solution
If Gutenberg supported the Markdown specification, that would be possible. The current WordPress editor at least supports a subset of it, but I think Gutenberg should support much more of it. If users could simply write ## My Heading and make that a heading block automatically, it would make the process of writing a post much quicker. Same applies of course for the other things, like formatting text or maybe even adding links.
@schlessera highlighted recently that Dropbox Paper has that kind of support for Markdown, and when I tested it, I loved it. Please try it to get an idea of my suggestion.