StepWise.ProseMirror
0.1.17-build0002
This is a prerelease version of StepWise.ProseMirror.
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.17-build0002
NuGet\Install-Package StepWise.ProseMirror -Version 0.1.17-build0002
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.17-build0002" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StepWise.ProseMirror --version 0.1.17-build0002
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StepWise.ProseMirror, 0.1.17-build0002"
#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 StepWise.ProseMirror as a Cake Addin #addin nuget:?package=StepWise.ProseMirror&version=0.1.17-build0002&prerelease // Install StepWise.ProseMirror as a Cake Tool #tool nuget:?package=StepWise.ProseMirror&version=0.1.17-build0002&prerelease
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. |
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)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.19 | 1 | 7/13/2023 |
0.1.17-build0003 | 1 | 7/13/2023 |
0.1.17-build0002 | 1 | 7/13/2023 |
0.1.1 | 1 | 7/14/2023 |
0.1.1-build0003 | 1 | 7/13/2023 |
0.1.0 | 2 | 7/13/2023 |
0.1.0-build0001 | 1 | 7/13/2023 |