BlazText 0.0.1

dotnet add package BlazText --version 0.0.1
                    
NuGet\Install-Package BlazText -Version 0.0.1
                    
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="BlazText" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazText" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="BlazText" />
                    
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 BlazText --version 0.0.1
                    
#r "nuget: BlazText, 0.0.1"
                    
#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 BlazText@0.0.1
                    
#: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=BlazText&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=BlazText&version=0.0.1
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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