---
title: "joinTextblockForward command"
description: "Use the joinTextblockForward command in Tiptap to join the current textblock to the one after it. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/editor/api/commands/nodes-and-marks/join-textblock-forward"
---

# joinTextblockForward command

Use the joinTextblockForward command in Tiptap to join the current textblock to the one after it. Learn more in our docs!

A more limited form of joinForward that only tries to join the current textblock to the one after it, if the cursor is at the end of a textblock. [See also](https://prosemirror.net/docs/ref/#commands.joinTextblockForward)

## Using the joinTextblockForward command

```js
editor.commands.joinTextblockForward()
```
