CsuChhs.Blazor.MarkdownEditor 2.0.4

dotnet add package CsuChhs.Blazor.MarkdownEditor --version 2.0.4
                    
NuGet\Install-Package CsuChhs.Blazor.MarkdownEditor -Version 2.0.4
                    
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.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CsuChhs.Blazor.MarkdownEditor" Version="2.0.4" />
                    
Directory.Packages.props
<PackageReference Include="CsuChhs.Blazor.MarkdownEditor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CsuChhs.Blazor.MarkdownEditor --version 2.0.4
                    
#r "nuget: CsuChhs.Blazor.MarkdownEditor, 2.0.4"
                    
#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.
#:package CsuChhs.Blazor.MarkdownEditor@2.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CsuChhs.Blazor.MarkdownEditor&version=2.0.4
                    
Install as a Cake Addin
#tool nuget:?package=CsuChhs.Blazor.MarkdownEditor&version=2.0.4
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.4 4,658 4/2/2025
2.0.3 1,588 12/30/2024
2.0.2 2,542 4/12/2024
2.0.1 281 3/18/2024
2.0.0 954 12/8/2023
1.2.0 6,890 1/3/2022
1.1.1 3,364 5/3/2021
1.1.0 465 5/3/2021
1.0.1 802 3/26/2021
1.0.0 585 3/12/2021
1.0.0-alpha4 380 3/9/2021
1.0.0-alpha3 369 3/9/2021
1.0.0-alpha2 375 3/8/2021
1.0.0-alpha 396 3/8/2021