Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Text snippets #2344

Merged
merged 16 commits into from
Jun 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(text-snippets): add toolbar entry
  • Loading branch information
eliandoran committed Jun 17, 2025
commit 502638bae78eef94a228cf6096c6084953b3b23a
2 changes: 2 additions & 0 deletions apps/client/src/widgets/type_widgets/ckeditor/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export function buildClassicToolbar(multilineToolbar: boolean) {
"outdent",
"indent",
"|",
"insertTemplate",
"markdownImport",
"cuttonote",
"findAndReplace"
Expand Down Expand Up @@ -266,6 +267,7 @@ export function buildFloatingToolbar() {
"outdent",
"indent",
"|",
"insertTemplate",
"imageUpload",
"markdownImport",
"specialCharacters",
Expand Down