uiwjs / react-markdown-editor

A markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-markdown-editor
MIT License
337 stars 34 forks source link

Development preview #232

Open atwright147 opened 3 weeks ago

atwright147 commented 3 weeks ago

How do you see a development preview of the editor?

I have forked and want to make some changes, specifically I would like to make the size of the button/icons in the toolbar configurable because 12px is far too small and is not accessible

jaywcjlove commented 22 hours ago

@atwright147 Could you provide a sample preview to see if it works? Would it be better to include a setting option to adjust the icon size?

atwright147 commented 22 hours ago

I abandoned my attempt because I couldn't figure out how to run a dev build, so I have nothing to offer. Sorry.

A setting to change the size of the icons would be awesome.

It would also be nice to be able to run something to develop the editor as a whole.