Inscryb / inscryb-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Based off SimpleMDE by Sparksuite.
MIT License
90 stars 16 forks source link

Add option to set a negative tab index on toolbar icons #33

Closed Gommorach closed 5 years ago

Gommorach commented 5 years ago

The toolbar icons default to having a tabindex="-1". This adds an option to change this to tabindex=0, which allows them to be reached via keyboard navigation

The default behaviour is kept the same