Files
lexical/examples/vanilla-js-plugin
Bob Ippolito 88c3f18be4 v0.24.0 (#7147)
Co-authored-by: Lexical GitHub Actions Bot <>
2025-02-07 16:19:54 +00:00
..
2024-12-23 08:19:27 +00:00
2025-02-07 16:19:54 +00:00

Basic Vanilla JS Plugin example

Plugin that replaces smiles (:), :P, etc...) with actual emojis (using Node Transforms) and uses own graphics for emojis rendering by creating our own custom node that extends TextNode.

Run it locally: npm i && npm run dev

Open in StackBlitz