PSC.Blazor.Components.MarkdownEditor
1.0.1
See the version list below for details.
dotnet add package PSC.Blazor.Components.MarkdownEditor --version 1.0.1
NuGet\Install-Package PSC.Blazor.Components.MarkdownEditor -Version 1.0.1
<PackageReference Include="PSC.Blazor.Components.MarkdownEditor" Version="1.0.1" />
paket add PSC.Blazor.Components.MarkdownEditor --version 1.0.1
#r "nuget: PSC.Blazor.Components.MarkdownEditor, 1.0.1"
// Install PSC.Blazor.Components.MarkdownEditor as a Cake Addin #addin nuget:?package=PSC.Blazor.Components.MarkdownEditor&version=1.0.1 // Install PSC.Blazor.Components.MarkdownEditor as a Cake Tool #tool nuget:?package=PSC.Blazor.Components.MarkdownEditor&version=1.0.1
Blazor Markdown Editor
This is a Markdown Editor for use in Blazor. It contains a live preview as well as an embeded help guide for users.
Usage
Add the Editor to your _Imports.razor
@using PSC.Blazor.Components.MarkdownEditor
Then, 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 is added by default. You can disable this by passing EnableToolbar="false"
into the component.
Screenshot
Write Markdown text
Preview
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net5.0
- Markdig (>= 0.26.0)
- Microsoft.AspNetCore.Components.Web (>= 5.0.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on PSC.Blazor.Components.MarkdownEditor:
Repository | Stars |
---|---|
LANCommander/LANCommander
|
|
FritzAndFriends/TagzApp
An application that discovers content on social media for hashtags
|
Version | Downloads | Last updated |
---|---|---|
8.0.5 | 8,054 | 9/20/2024 |
8.0.4 | 5,321 | 7/4/2024 |
8.0.3 | 122 | 7/4/2024 |
8.0.2 | 194 | 7/3/2024 |
8.0.1 | 227 | 7/1/2024 |
8.0.0 | 19,026 | 4/18/2024 |
2.0.20 | 6,067 | 4/11/2024 |
2.0.19 | 12,685 | 10/23/2023 |
2.0.18 | 406 | 10/13/2023 |
2.0.17 | 1,487 | 10/3/2023 |
2.0.15 | 141 | 10/3/2023 |
2.0.14 | 142 | 10/3/2023 |
2.0.13 | 235 | 9/30/2023 |
2.0.12 | 348 | 9/22/2023 |
2.0.11 | 13,721 | 6/8/2023 |
2.0.10 | 18,108 | 5/16/2022 |
2.0.9 | 1,112 | 3/3/2022 |
2.0.8 | 465 | 2/22/2022 |
2.0.7 | 455 | 2/22/2022 |
2.0.6 | 559 | 1/25/2022 |
2.0.5 | 466 | 1/25/2022 |
2.0.4 | 460 | 1/21/2022 |
2.0.3 | 489 | 1/11/2022 |
2.0.2 | 461 | 1/11/2022 |
2.0.1 | 619 | 1/11/2022 |
1.0.1 | 476 | 11/5/2021 |
Simple Markdown editor with preview