sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

How to programmatically focus SimpleMDE? #773

Closed Rukenshia closed 4 years ago

Rukenshia commented 4 years ago

Hello,

I want to focus my SimpleMDE through a keyboard shortcut. I used a simple textarea before and could just call myTextarea.focus() to switch focus. How does this work with SimpleMDE?

Thanks!

Rukenshia commented 4 years ago

Works using simplemde.codemirror.focus() 😄

xfoscarz commented 4 years ago

thanks!