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.
Currently, the tool focuses on comments. It should also support tracked changes (suggested additions/deletions).
Goal:
Preserve
w:ins(insertions) andw:del(deletions) through Markdown roundtrip.Challenges:
[text]{.insertion author="A"}or~~deleted~~{.deletion}).w:trackRevisionsstructures from the flat Markdown representation.