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

Disable heading, img and list #807

Closed lubiah closed 3 years ago

lubiah commented 3 years ago

Hello I wanted to know if it is possible to exclude all other features and use only bold, italic and underline

Gigamick commented 3 years ago

Yes this is possible, as per the documentation. Add these options.

toolbar: ["bold", "italic", "underline"],
bramaudi commented 3 years ago

Yes this is possible, as per the documentation. Add these options.

toolbar: ["bold", "italic", "underline"],

I'm looking for something similar, but i need to disable everything not just hide some the toolbar icon

phunq-0851 commented 2 years ago

i have same issue, do u solve issue ?