---
title: "Code editor with Slash Commands"
description: "Use the Slash Commands extension in Tiptap to add a toolbar via / that pops up at the slash position. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/examples/experiments/slash-commands"
---

# Code editor with Slash Commands

Use the Slash Commands extension in Tiptap to add a toolbar via / that pops up at the slash position. Learn more in our docs!

> **Experiment:**
>
> Experiment, currently not supported or maintained. This extension does not have a published package yet. You may need to copy the source code and create your own extension.

The Slash Commands extension adds a toolbar via `/` that pops up at the slash position, well known from other editor applications. It's great to quickly insert different content types or apply inline formatting.

Since this extension is **not yet published officially**, you may need to copy the source code and create your own extension.

> **Interactive demo:** [Commands](https://embed.tiptap.dev/preview/Experiments/Commands)

## Notes

- **Not published**: This extension does not have a published package yet. You may need to copy the source code and create your own extension.
- **Experiment**: This extension is an experiment and not yet supported or maintained.
- This extension is using the `@tiptap/suggestion` package to build the slash commands panel
