It would be great if Blazorise would contain a rich text editor / markdown control.
Good examples are the ones available in stackoverflow or even the one I use here in github writing this issue.
Keep up the good work
That would be awesome
In my project I use the javascript simplemde package atm
This one looks good https://quilljs.com/
That one looks fine indeed. No markdown support though, but there are libs that do transformation back and forth of html and markdown.
@njannink I'm open to suggestions so If you could list few possibilities that would be great.
I used http://nicedit.com/ in one project some years ago, maybe it could help
That nicedit seems a dead project to me. Latest release from okt 2015. QuilJs looks like an active js library with lots of contributors.
@stsrki I used https://github.com/sparksuite/simplemde-markdown-editor but that is more a markdown editor than a rich text editor. I think quiljs is sufficient since for most end-users writing markdown is a no go. So quiljs would be a better match then
We can always have separate component for markdown. I think quilljs is really good candidate.
Perfect for me!
Im working on creating this extension using QuillJS expect a PR in one of the comming days
Most helpful comment
Im working on creating this extension using QuillJS expect a PR in one of the comming days