Creating a Cell Plugin
A step-by-step tutorial for building a custom cell plugin in the Notion database.
Introduction
This guide walks you through the process of creating a custom CellPlugin
to extend the database system with new property types. A cell plugin controls how values are stored, rendered, and interacted with.
Step-by-Step: Create a "Tag" Plugin
This plugin system makes your table highly extensible while maintaining strong typing. You can now build more plugins like number pickers, multi-selects, color swatches, or even embedded widgets.