-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inserting blocks with the keyboard alone #834
Comments
In the mockups it looks like the caret is inside an empty paragraph inside an existing (larger, non-empty) text block. |
Yeah, in the mockup the blocks have already faded out That being said, I do follow you, and it speaks to a conversation we had just now about perhaps showing the boundaries slightly more often for text, or even having them be faintly visible all the time. Something I'll think about more. |
Just cross referencing with #2284 so this ticket can be closed when that gets merged in. |
Done in #2630. |
Splitting this out from previous tickets where it was related to the inserter.
This feature is nice to have, but it is not critical for the flow to work. It is low priority and should be tackled if we can find a nice and clean way to build it, and only after more important pieces are in place. See also #798.
Behavior
When the caret is on a new line, in an empty block, you can either start typing, or you can use one of these commands to do cool things:
-
to start a list, other Markdown tricks work too.#
for headlines. Note the space.>
for quotesIf If you type
/
, you invoke the inline inserter and set focus on its search field:Type out the blockname and press enter to insert:
The text was updated successfully, but these errors were encountered: