
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@tiptap-extend/emoji-replacer
Advanced tools
[](https://badge.fury.io/js/@tiptap-extend%2Femoji-replacer)
This is a plugin to customize emoji replacements in the tiptap editor.
The extensions includes many default replacements which can be overriden if the find
option is duplicated.
see source code for the list of default configs
A usecase for this is to add replacements for emoji short codes.
See example below
import { Editor } from '@tiptap/core';
// ... extensions
import { EmojiReplacer } from '@tiptap-extend/emoji-replacer';
new Editor({
element: document.body,
extensions: [
// ... extensions
EmojiReplacer.configure({
// list of rule configs that will be replaced in the editor
ruleConfigs: [
{
find: ':100:',
replace: '💯',
},
],
// adds an extra space at the end of the `find` option
shouldUseExtraLookupSpace: false,
// adds an extra space at the end of the `replace` option
shouldUseExtraReplacementSpace: true,
}),
],
});
This library was generated with Nx.
Run nx build emoji-replacer to build the library.
Run nx test emoji-replacer to execute the unit tests via Jest.
FAQs
[](https://badge.fury.io/js/@tiptap-extend%2Femoji-replacer)
The npm package @tiptap-extend/emoji-replacer receives a total of 746 weekly downloads. As such, @tiptap-extend/emoji-replacer popularity was classified as not popular.
We found that @tiptap-extend/emoji-replacer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.