Skip to content

Feature: Track Changes / Suggestions Roundtrip #1

Description

@Pascal-Kueng

Currently, the tool focuses on comments. It should also support tracked changes (suggested additions/deletions).

Goal:
Preserve w:ins (insertions) and w:del (deletions) through Markdown roundtrip.

Challenges:

  • Nested edits: Author B editing Author A's insertion.
  • Markdown representation: Finding a standard way to represent suggestions (e.g., [text]{.insertion author="A"} or ~~deleted~~{.deletion}).
  • OOXML reconstruction: Generating valid w:trackRevisions structures from the flat Markdown representation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions