Slash Commands allow users to trigger actions by typing / in the editor, displaying a list of available commands. This article will detail how to integrate Slash Commands into a Tiptap editor in Next.js.
This tutorial is based on the official Tiptap experiment Slash Commands, originally a Vue implementation ported to React.