MeshWeaver.Markdown.Collaboration
3.0.0-rc1
dotnet add package MeshWeaver.Markdown.Collaboration --version 3.0.0-rc1
NuGet\Install-Package MeshWeaver.Markdown.Collaboration -Version 3.0.0-rc1
<PackageReference Include="MeshWeaver.Markdown.Collaboration" Version="3.0.0-rc1" />
<PackageVersion Include="MeshWeaver.Markdown.Collaboration" Version="3.0.0-rc1" />
<PackageReference Include="MeshWeaver.Markdown.Collaboration" />
paket add MeshWeaver.Markdown.Collaboration --version 3.0.0-rc1
#r "nuget: MeshWeaver.Markdown.Collaboration, 3.0.0-rc1"
#:package MeshWeaver.Markdown.Collaboration@3.0.0-rc1
#addin nuget:?package=MeshWeaver.Markdown.Collaboration&version=3.0.0-rc1&prerelease
#tool nuget:?package=MeshWeaver.Markdown.Collaboration&version=3.0.0-rc1&prerelease
MeshWeaver.Markdown.Collaboration
Provides the anchoring infrastructure for collaborative markdown: the version-delta position engine that anchors comments to clean text and relocates history-derived changes, plus the marker utilities that keep legacy content clean.
Features
AnchorMath-- the version-delta engine. Anchors a captured[start, length)range to a known text version and recomputes its effective range against the current text by diffing the two versions (diff_xIndex-style position mapping). This is what lets comments live as satellites with the document kept clean, and it is also the diff engine behindChangeProjection(the tracked-change view model derived from the version history); seeCommentRendering/ChangeRendering/ChangeProjectioninMeshWeaver.Graph.MarkdownAnnotationParser-- extracts/strips annotation markers (…). Used to keep rendered content clean; the comment/change flow no longer embeds markers.CollaborativeEditingMessages-- theCreateCommentRequestmessage contract handled byAddComments()inMeshWeaver.Graph. (There is no suggest-edit request: a suggested edit is a normal versioned write throughGetMeshNodeStream(path).Update(...).)AnnotationSyncService/TrackedChange-- the legacy marker-based model still used by the MonacoSuggestediting surface. Distinct fromMeshWeaver.Mesh.TrackedChange, which is the view modelChangeProjectionproduces.
The unused Operational-Transformation layer (CollaborativeEditingCoordinator, TextOperation*,
DocumentState) and the legacy RangeComment model were removed — nothing in production reached
them.
Dependencies
MeshWeaver.Data.Contract-- data contract typesMeshWeaver.Messaging.Contract-- messaging primitives
| 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
- MeshWeaver.Data.Contract (>= 3.0.0-rc1)
- MeshWeaver.Messaging.Contract (>= 3.0.0-rc1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MeshWeaver.Markdown.Collaboration:
| Package | Downloads |
|---|---|
|
MeshWeaver.Blazor
Package Description |
|
|
MeshWeaver.AI
Package Description |
|
|
MeshWeaver.Graph
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-rc1 | 0 | 8/13/2026 |
| 3.0.0-preview1 | 232 | 4/16/2026 |