F10: interactive track-changes review in the markdown preview (#29) #30

Merged
benstull merged 17 commits from f10-interactive-review into main 2026-06-12 07:39:51 +00:00
Showing only changes of commit 5ce8817b15 - Show all commits
+14 -12
View File
@@ -86,7 +86,7 @@
},
{
"command": "cowriting.showTrackChangesPreview",
"title": "Cowriting: Open Track-Changes Preview",
"title": "Cowriting: Open Review Preview",
"category": "Cowriting"
}
],
@@ -107,6 +107,18 @@
{
"command": "cowriting.rejectProposal",
"when": "false"
},
{
"command": "cowriting.toggleDiffView",
"when": "false"
},
{
"command": "cowriting.pinDiffBaseline",
"when": "false"
},
{
"command": "cowriting.toggleAttribution",
"when": "false"
}
],
"editor/context": [
@@ -138,16 +150,6 @@
"command": "cowriting.reopenThread",
"group": "inline",
"when": "commentController == cowriting.threads && commentThread =~ /^resolved$/"
},
{
"command": "cowriting.acceptProposal",
"group": "inline@1",
"when": "commentController == cowriting.proposals && commentThread =~ /^pending$/"
},
{
"command": "cowriting.rejectProposal",
"group": "inline@2",
"when": "commentController == cowriting.proposals"
}
]
},
@@ -155,7 +157,7 @@
{
"command": "cowriting.toggleDiffView",
"key": "ctrl+alt+d",
"when": "editorTextFocus"
"when": "false"
},
{
"command": "cowriting.showTrackChangesPreview",