Skip to main content
Version: Next

Emojis Plugin

Category-based emoji picker with search and selection-preserving insertion.

Installation and Import

import { EmojisPlugin } from "@editora/plugins";
// or: import { EmojisPlugin } from "@editora/plugins/emojis";

Usage

const plugins = [EmojisPlugin()];

Command Matrix

ActionCommandShortcutToolbar
Open emoji pickeropenEmojiDialogMod-Shift-jInsert Emoji
Insert emojiinsertEmojiNoneVia dialog interaction

Config Options

This plugin does not expose plugin-level config options.

Behavior

  • Saves selection before opening dialog
  • Supports category tabs and live search
  • Inserts into active editor content context
  • Respects dark/light theme context

Validation Checklist

  • Emoji inserts at expected cursor location
  • Search and categories update reliably
  • Dialog opens for correct editor in multi-instance pages