---
title: "Task lists in Tiptap"
description: "Learn how to create a text editor supporting task lists with Tiptap with an easy code example. More in our docs."
canonical_url: "https://tiptap.dev/docs/examples/basics/tasks"
---

# Task lists in Tiptap

Learn how to create a text editor supporting task lists with Tiptap with an easy code example. More in our docs.

Tiptap can also render custom html elements like task lists. This example shows you how to create a text editor supporting task lists using Tiptap & the TaskList extension.

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