plugins
April 18, 2026•236 words
plugins
TL;DR
The repository contains two distinct sets of plugins: infrastructure-level plugins for the Yarn package manager and feature-level plugins for the Lexical-based "Super Editor."
Yarn Package Manager Plugins
Located in .yarn/plugins/@yarnpkg/, these manage the build and workspace environment:
plugin-docker-build.cjs
plugin-version.cjs
plugin-workspace-tools.cjs
Super Editor (Lexical) Plugins
These plugins define the functionality of the rich text editor within the web app...
Read post