Blazor.Text.Editor 7.1.0

dotnet add package Blazor.Text.Editor --version 7.1.0
NuGet\Install-Package Blazor.Text.Editor -Version 7.1.0
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="Blazor.Text.Editor" Version="7.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blazor.Text.Editor --version 7.1.0
#r "nuget: Blazor.Text.Editor, 7.1.0"
#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 Blazor.Text.Editor as a Cake Addin
#addin nuget:?package=Blazor.Text.Editor&version=7.1.0

// Install Blazor.Text.Editor as a Cake Tool
#tool nuget:?package=Blazor.Text.Editor&version=7.1.0

Blazor.Text.Editor

Demo website: (Clear your cache if you see an older version as the site uses WebAssembly)

Example GIF

Blazor.Text.Editor is a Text Editor component library using the Blazor UI Framework for .NET

Introduction

I have a youtube channel where I document the entire process of making this Nuget Package.

Goal

The aim of Blazor.Text.Editor is to replicate the features of the Monaco Editor that powers Visual Studio Code using Blazor.

One can make use of this Text Editor by referencing the Nuget Package or cloning the source code and referencing it directly.

Getting started

Installation

You can download the latest release NuGet packages from the official Blazor.Text.Editor nuget pages.

Release notes / Changelog

See the CHANGELOG.md for release history.

Roadmap

See the ROADMAP.md for planned future updates.

Features

See the FEATURES.md for a list of features.

Licence

MIT

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on Blazor.Text.Editor:

Repository Stars
huntercfreeman/Blazor.Text.Editor
A repository for the nuget package titled, "Blazor.Text.Editor"
Version Downloads Last updated
7.1.0 281 4/24/2023
7.0.0 1,350 1/27/2023
6.1.0 347 1/4/2023
6.0.3 304 12/28/2022
6.0.2 315 12/25/2022
6.0.1 288 12/24/2022
6.0.0 300 12/23/2022
5.2.0 324 12/9/2022
5.1.0 336 11/25/2022
5.0.0 121 11/18/2022
4.1.0 418 10/25/2022
3.2.0 406 10/23/2022
3.1.0 395 10/23/2022
3.0.0 429 10/23/2022
2.0.0 467 10/12/2022
1.1.1 426 10/11/2022
1.1.0 419 10/11/2022
1.0.0 424 10/10/2022

CHANGELOG.md