BlazText 0.0.1
dotnet add package BlazText --version 0.0.1
NuGet\Install-Package BlazText -Version 0.0.1
<PackageReference Include="BlazText" Version="0.0.1" />
<PackageVersion Include="BlazText" Version="0.0.1" />
<PackageReference Include="BlazText" />
paket add BlazText --version 0.0.1
#r "nuget: BlazText, 0.0.1"
#:package BlazText@0.0.1
#addin nuget:?package=BlazText&version=0.0.1
#tool nuget:?package=BlazText&version=0.0.1
BlazText
An extensible rich text editor component for Blazor. On its own, <BlazTextEditor> renders a bare contenteditable surface with two-way binding; features arrive as plugin components you place inside it.
<BlazTextEditor @bind-Document="doc">
<BasicFormattingPlugin />
<SearchPlugin Comparison="StringComparison.OrdinalIgnoreCase" />
<AutoCompletePlugin />
<ImagePlugin />
</BlazTextEditor>
This core package carries no third-party dependencies and includes the formatting, search, autocomplete, and image plugins. Add BlazText.Html (HTML tooling, e-mail preview) and BlazText.Liquid (Shopify Liquid templating) for more, or write your own plugin against the same API the built-ins use.
Documentation: https://github.com/UltraGameCoder/BlazText
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- BlazText.Models (>= 0.0.1)
- Microsoft.AspNetCore.Components.Web (>= 10.0.8)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BlazText:
| Package | Downloads |
|---|---|
|
BlazText.Html
HTML tooling plugins for the BlazText editor: raw HTML source view, formatting and validation (AngleSharp), sanitized HTML preview, and an email preview with email-safe inlined CSS. |
|
|
BlazText.Liquid
Shopify Liquid templating plugin for the BlazText editor (powered by Fluid): supply drops for live preview, get autocomplete for drop names, and detect which drops a template actually uses. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1 | 42 | 7/30/2026 |