markdown-review 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,18 +8,16 @@
8
8
  <strong>A markdown viewer with inline commenting for the AI era — read any <code>.md</code> file, annotate sections, answer AI-embedded questions, and export structured feedback.</strong>
9
9
  </p>
10
10
 
11
- <p align="center">
12
- <a href="vscode:extension/rwoll.markdown-review"><img src="https://img.shields.io/badge/VS%20Code-Install-0078d4?logo=visualstudiocode&logoColor=white" alt="Install in VS Code"></a>
13
- <a href="vscode-insiders:extension/rwoll.markdown-review"><img src="https://img.shields.io/badge/VS%20Code%20Insiders-Install-24bfa5?logo=visualstudiocode&logoColor=white" alt="Install in VS Code Insiders"></a>
14
- <a href="#copilot-cli-plugin"><img src="https://img.shields.io/badge/Copilot%20CLI%20Plugin-Available-24292f?logo=github" alt="Copilot CLI Plugin Available"></a>
15
- <a href="https://www.npmjs.com/package/markdown-review"><img src="https://img.shields.io/npm/v/markdown-review" alt="npm version"></a>
16
- </p>
11
+ [![Install in VS Code](https://img.shields.io/badge/VS_Code-VS_Code?style=flat-square&label=Install&color=0098FF)](vscode:extension/rwoll.markdown-review-vscode)
12
+ [![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-VS_Code_Insiders?style=flat-square&label=Install&color=24bfa5)](vscode-insiders:extension/rwoll.markdown-review-vscode)
13
+ [![Copilot CLI Plugin Available](https://img.shields.io/badge/Copilot%20CLI%20Plugin-Available-24292f?logo=github)](#copilot-cli-plugin)
14
+ [![npm version](https://img.shields.io/npm/v/markdown-review)](https://www.npmjs.com/package/markdown-review)
17
15
 
18
16
  ---
19
17
 
20
18
  ## Demo
21
19
 
22
- ![Demo of the Markdown Review annotation workflow](https://raw.githubusercontent.com/rwoll/markdown-review/main/packages/vscode/images/hero-demo.gif)
20
+ ![Demo of the Markdown Review annotation workflow](https://raw.githubusercontent.com/rwoll/markdown-review/main/packages/vscode/images/hero-demo-full.gif)
23
21
 
24
22
  ### Screenshot
25
23
 
@@ -42,7 +40,7 @@ Whether you're reviewing a `PLAN.md`, a `SPEC.md`, an `API.md`, or any other mar
42
40
 
43
41
  ## VS Code Extension
44
42
 
45
- Install the extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=rwoll.markdown-review) to review any markdown file directly inside VS Code.
43
+ Install the extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=rwoll.markdown-review-vscode) to review any markdown file directly inside VS Code.
46
44
 
47
45
  Once installed, open any `.md` file — Markdown Review opens automatically as the default editor for Markdown files. Read the document, answer any embedded questions, and click sections to annotate. Close the panel (or press the **Export** button) — structured feedback is sent to Copilot chat.
48
46