CsuChhs.Blazor.MarkdownEditor
2.0.3
dotnet add package CsuChhs.Blazor.MarkdownEditor --version 2.0.3
NuGet\Install-Package CsuChhs.Blazor.MarkdownEditor -Version 2.0.3
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.3" />
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.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CsuChhs.Blazor.MarkdownEditor, 2.0.3"
#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.3 // Install CsuChhs.Blazor.MarkdownEditor as a Cake Tool #tool nuget:?package=CsuChhs.Blazor.MarkdownEditor&version=2.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
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 | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Markdig (>= 0.39.1)
- Microsoft.AspNetCore.Components.Web (>= 8.0.11)
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.3 | 405 | 12/30/2024 |
2.0.2 | 2,177 | 4/12/2024 |
2.0.1 | 224 | 3/18/2024 |
2.0.0 | 874 | 12/8/2023 |
1.2.0 | 6,753 | 1/3/2022 |
1.1.1 | 3,219 | 5/3/2021 |
1.1.0 | 331 | 5/3/2021 |
1.0.1 | 663 | 3/26/2021 |
1.0.0 | 443 | 3/12/2021 |
1.0.0-alpha4 | 238 | 3/9/2021 |
1.0.0-alpha3 | 227 | 3/9/2021 |
1.0.0-alpha2 | 221 | 3/8/2021 |
1.0.0-alpha | 238 | 3/8/2021 |