yabwe / medium-editor

Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
https://yabwe.github.io/medium-editor/
Other
16.03k stars 1.85k forks source link

It's possible to show toolbar ontop of the textarea ALWAYS? #1568

Closed komen205 closed 2 years ago

komen205 commented 3 years ago

Description

Instead of having the toolbar showing when I select text. I want it to always show at the top. Is there any setting for that?

ahmedrafayat commented 3 years ago

@komen205 Yes, there are a few options that might help you with this. Referring to the options mentioned in here, In your toolbar options try setting static: true and align: 'top'.