Dangling paragraph
#4372
Answered
by
dosubot
bot
Return to top
-
How can I achieve always empty paragraph to be at the bottom of the editor? |
Beta Was this translation helpful? Give feedback.
Answered by
dosubot[bot]
Jun 17, 2025
Replies: 1 comment 1 reply
-
@dosu can you help me with that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @scape76! I'm Dosu and I’m helping the plate team.
You can get the always-empty paragraph at the bottom by adding the TrailingBlockPlugin to your Plate editor’s plugins array. This is how it’s done in the playground template—just include TrailingBlockPlugin in your setup and it will automatically ensure there’s always a paragraph at the end, even after deleting content or blocks.
You can customize the block type or exclude certain types if needed. Example: