---
title: "Example code editor with Figures"
description: "Use the Figure extension in Tiptap to add figure nodes to your editor content. Learn more in our docs!"
canonical_url: "https://tiptap.dev/docs/examples/experiments/figure"
---

# Example code editor with Figures

Use the Figure extension in Tiptap to add figure nodes to your editor content. 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 Figure extension allows you to add figure nodes to your editor content. This extension is **not yet published officially**, so you may need to copy the source code and create your own extension.

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

## 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.
- The current implementation only works with images

## Related links & issues

- [https://github.com/ueberdosis/tiptap/issues/573#issuecomment-730122427](https://github.com/ueberdosis/tiptap/issues/573#issuecomment-730122427)
- [https://discuss.prosemirror.net/t/figure-and-editable-caption/462/5](https://discuss.prosemirror.net/t/figure-and-editable-caption/462/5)
