Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.44k stars 318 forks source link

Dropdown for selecting header #431

Open vanillajonathan opened 2 years ago

vanillajonathan commented 2 years ago

Is your feature request related to a problem? Please describe. Icons with text like H1, H2, H3 is not user-friendly. The "bigger heading" and "smaller heading" buttons aren't very user-friendly either.

Describe the solution you'd like A toolbar button that when pressed presents the user with a dropdown containing "Header 1", "Header 2", "Header 3", "Header 4", "Header 5" and "Header 6".

Ionaru commented 2 years ago

See https://github.com/Ionaru/easy-markdown-editor/issues/437

vanillajonathan commented 2 years ago

These are different issues. This issue is about providing a toolbar button that has a dropdown containing headers. That issue is about adding EasyMDE "actions" for header 4, 5 and 6.