CsuChhs.Blazor.MarkdownEditor 2.0.2

dotnet add package CsuChhs.Blazor.MarkdownEditor --version 2.0.2
NuGet\Install-Package CsuChhs.Blazor.MarkdownEditor -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CsuChhs.Blazor.MarkdownEditor" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsuChhs.Blazor.MarkdownEditor --version 2.0.2
#r "nuget: CsuChhs.Blazor.MarkdownEditor, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CsuChhs.Blazor.MarkdownEditor as a Cake Addin
#addin nuget:?package=CsuChhs.Blazor.MarkdownEditor&version=2.0.2

// Install CsuChhs.Blazor.MarkdownEditor as a Cake Tool
#tool nuget:?package=CsuChhs.Blazor.MarkdownEditor&version=2.0.2

CsuChhs.Blazor.MarkdownEditor

This is a Markdown Editor for use in blazor forms. It contains a live preview as well as an embeded help guide for users.

writing

preview

Usage

Install via nuget

Add the Editor to your _Imports.razor

@using CsuChhs.Blazor.MarkdownEditor

Inside of an EditForm reference the editor component and bind it.

<EditForm OnValidSubmit="DoSave" Model="model">
  <MarkdownEditor @bind-Value="model.Comments"/>
</EditForm>

The editor binds the markdown text, not parsed HTML.

The toolbar (work in progress) is added by default. You can disable this by passing EnableToolbar="false" into the component.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 121 4/12/2024
2.0.1 174 3/18/2024
2.0.0 401 12/8/2023
1.2.0 6,682 1/3/2022
1.1.1 3,185 5/3/2021
1.1.0 296 5/3/2021
1.0.1 621 3/26/2021
1.0.0 406 3/12/2021
1.0.0-alpha4 212 3/9/2021
1.0.0-alpha3 198 3/9/2021
1.0.0-alpha2 185 3/8/2021
1.0.0-alpha 201 3/8/2021