Completed
Last Updated: 09 Aug 2020 12:49 by ADMIN
Adam
Created on: 08 Aug 2020 17:09
Category: UI for Blazor
Type: Feature Request
0
Add support for markdown editing

Overview

As a developer user, I need to add a Markdown Editor control to my Blazor UI application so that I can capture and display markdown-compliant text input.

Acceptance criteria

  • The editor control supports rich WYSIWYG editing with support for standard markdown styling including: headers, emphasis, lists, images, links, blockquotes and inline code.
  • The editor control supports raw markdown editing mode, as well as WYSIWYG (preview) mode.
  • The editor control supports raw markdown output and HTML output.

Bonus criteria

  • A paired Markdown Display control supports presentation of markdown as HTML (so that developers can store markdown in a database, for example, and convert to HTML on the client for display.
3 comments
ADMIN
Marin Bratanov
Posted on: 09 Aug 2020 12:49

I answered there.

 

Regards,
Marin Bratanov
Progress Telerik

Adam
Posted on: 09 Aug 2020 11:47

Really appreciate the fast work, Marin! I left a comment on your commit with a question, when you have time.

 

Best, Adam

ADMIN
Marin Bratanov
Posted on: 09 Aug 2020 08:02

Hello Adam,

I made the following sample that shows how you can achieve this: https://github.com/telerik/blazor-ui/tree/master/editor/Markdown

 

Regards,
Marin Bratanov
Progress Telerik