StepWise.ProseMirror
0.1.1
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package StepWise.ProseMirror --version 0.1.1
NuGet\Install-Package StepWise.ProseMirror -Version 0.1.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="StepWise.ProseMirror" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StepWise.ProseMirror" Version="0.1.1" />
<PackageReference Include="StepWise.ProseMirror" />
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 StepWise.ProseMirror --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StepWise.ProseMirror, 0.1.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 StepWise.ProseMirror@0.1.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=StepWise.ProseMirror&version=0.1.1
#tool nuget:?package=StepWise.ProseMirror&version=0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ProseMirror.Net
A direct translation of the core ProseMirror packages from TypeScript to C#
-
prosemirror-model
-
prosemirror-transform
-
prosemirror-test-builder
-
prosemirror-schema-basic
-
prosemirror-schema-list
Getting Started
dotnet add package StepWise.ProseMirror
using StepWise.Prose.Model;
using StepWise.Prose.TestBuilder;
using StepWise.Prose.Transformation;
namespace StepWise.Prose.Collab.Test;
using static StepWise.Prose.TestBuilder.Builder;
Node node = doc(p("Hello <a>"));
var tr = new Transform.Transform(node);
tr.ReplaceWith(node.Tag()["a"],node.Tag()["a"],schema.Text("World"));
Console.WriteLine(tr.Doc); // doc(paragraph("Hello World"))
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. 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. net10.0 was computed. 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.
-
net7.0
- DotNext (>= 4.12.4)
- Json.More.Net (>= 1.8.0)
- OneOf (>= 3.0.255)
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 |
---|---|---|
0.1.15 | 36,003 | 5/7/2024 |
0.1.14 | 322 | 4/19/2024 |
0.1.13 | 149 | 4/19/2024 |
0.1.12 | 159 | 4/19/2024 |
0.1.11 | 152 | 4/19/2024 |
0.1.10 | 413 | 4/19/2024 |
0.1.9 | 431 | 3/17/2024 |
0.1.8 | 246 | 10/2/2023 |
0.1.7 | 179 | 9/26/2023 |
0.1.6 | 215 | 8/23/2023 |
0.1.5 | 222 | 8/5/2023 |
0.1.3 | 236 | 7/18/2023 |
0.1.2 | 235 | 7/18/2023 |
0.1.1 | 672 | 7/14/2023 |