ueberdosis / tiptap

The headless rich text editor framework for web artisans.
https://tiptap.dev
MIT License
27.55k stars 2.29k forks source link

[Bug]: Can the “setFontSize” method be added? #5815

Open weijiatan456 opened 1 week ago

weijiatan456 commented 1 week ago

Affected Packages

core

Version(s)

2.9.1

Bug Description

Like this:

tiptapEditor.value?.chain().focus().setTextStyle({ fontSize: val }).run()

Browser Used

Chrome

Code Example URL

No response

Expected Behavior

Can set font size normally. image

Additional Context (Optional)

No response

Dependency Updates