Skip to content

Commit

Permalink
add special characters ckeditor#4119
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Jan 21, 2024
1 parent 6b1fde3 commit d42e772
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-balloon-block/build/ckeditor.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/ckeditor5-build-balloon-block/src/ckeditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ import indentBlockShortcutPlugin from './indent_block_shortcut';
import removeFormatLinksPlugin from './remove_format_links';

import '../theme/theme.css';
import {SpecialCharactersEmoji} from "./special_characters_emoji";

// expose so that Trilium can use it
// eslint-disable-next-line no-undef
Expand Down Expand Up @@ -134,6 +135,7 @@ export default class BalloonEditor extends BalloonEditorBase {
RemoveFormat,
SpecialCharacters,
SpecialCharactersEssentials,
SpecialCharactersEmoji,
FindAndReplace,
Mention,
InternalLinkPlugin,
Expand Down

0 comments on commit d42e772

Please sign in to comment.