-
Is there a way to configure plate to allow the movement of the cursor infront of a block element (codeblock. table etc) thats on the very 1st line of the editor? Local testing just results in extra content being added into that block elemtent. Screen.Recording.2021-09-07.at.17.21.05.mov |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Shift+mod+enter will add a new block before any of these. You could look at that logic and the plug-in that always has a trailing block in a document, to always have a leading block when one of these types of elements appear first. |
Beta Was this translation helpful? Give feedback.
-
@dylans I'm thinking about putting a PR in for this, can you think of a suitable component name? |
Beta Was this translation helpful? Give feedback.
Shift+mod+enter will add a new block before any of these. You could look at that logic and the plug-in that always has a trailing block in a document, to always have a leading block when one of these types of elements appear first.