Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.29k stars 533 forks source link

Add Markdown editor component #2415

Closed stsrki closed 3 years ago

stsrki commented 3 years ago

Contestants

CaptainStealthy commented 3 years ago

Found this after discovering #841 and the RichTextEdit component.

For my purposes, RichTextEdit and storing the HTML output should work fine, but I was initially hoping to find a Markdown editor, so I'm definitely upvoting and subscribing to this for future updates!

I could also just manually implement something like EasyMDE or SimpleMDE, but I'm already using Blazorise, so I'd much rather make use of a component that you guys have already built! 😀

stsrki commented 3 years ago

I have already implemented https://github.com/Ionaru/easy-markdown-editor for our proprietary project. Soon I will release it as part of Blazorise after I clean some things so it is ready for public usage.

stsrki commented 3 years ago

PS. see it in action https://support.blazorise.com/

CaptainStealthy commented 3 years ago

That would be great! I'll try to hold off until you do that, then!

Thanks!

CaptainStealthy commented 3 years ago

Is this available in the latest preview version of 0.9.4? Or will I need to wait until the stable version is released?

stsrki commented 3 years ago

@CaptainStealthy it is already in the preview. Any feedback is welcome until we release final version.