Skip to content

Commit

Permalink
update vscode-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jan 23, 2025
1 parent 6cb3c71 commit a219356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion chrome-extension/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ title: "Chrome Extension"

<img src="https://github.com/user-attachments/assets/58026295-8b53-4e9f-8c82-8674496774c2" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800"/>

<p class="my-3 text-md md:text-lg text-zinc-600">Finally, click the lock icon to toggle your encrypted secrets. Cool!</p>
<p class="my-3 text-md md:text-lg text-zinc-600">Finally, click the lock icon to toggle your encrypted secrets. That's it!</p>

<img src="https://github.com/user-attachments/assets/979da618-7a80-4129-a573-9ae122c49f34" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800"/>

Expand Down
16 changes: 6 additions & 10 deletions vscode-extension/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,17 @@ title: "VS Code Extension"

<h2 class="my-3 mb-1 text-3xl lg:text-4xl font-bold tracking-tight leading-none text-zinc-950 dark:text-zinc-50">How It Works</h2>

<p class="my-3 text-md md:text-lg text-zinc-600">Installing the extension will add the <strong>dotenvx button</strong> to your GitHub file viewer.</p>
<p class="my-3 text-md md:text-lg text-zinc-600">Installing the extension will add the <strong>dotenvx button</strong> to your .env file viewer.</p>

<img src="https://github.com/user-attachments/assets/c91b843b-4402-458f-aee4-bddeda2c88ef" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800"/>
<img src="https://github.com/user-attachments/assets/01fc1660-d146-46e8-9b54-c90b096512db" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800"/>

<p class="my-3 text-md md:text-lg text-zinc-600">Click it and a dropdown will open - prompting you to enter your private key.</p>
<p class="my-3 text-md md:text-lg text-zinc-600">Click it to open the dotenvx quickpick menu.</p>

<img src="https://github.com/user-attachments/assets/457f5be7-39fe-4176-b045-171a4dfc43d8" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800" />
<img src="https://github.com/user-attachments/assets/768e7346-daac-42ee-9446-b24d2aa8ca8d" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800" />

<p class="my-3 text-md md:text-lg text-zinc-600">Enter your private key.</p>
<p class="my-3 text-md md:text-lg text-zinc-600">Toggle your decrypted secrets. That's it!</p>

<img src="https://github.com/user-attachments/assets/58026295-8b53-4e9f-8c82-8674496774c2" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800"/>

<p class="my-3 text-md md:text-lg text-zinc-600">Finally, click the lock icon to toggle your encrypted secrets. Cool!</p>

<img src="https://github.com/user-attachments/assets/979da618-7a80-4129-a573-9ae122c49f34" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800"/>
<img src="https://github.com/user-attachments/assets/64398b52-9e3a-4d24-9054-615f71460ebb" class="rounded-md my-3 border border-zinc-200 dark:border-zinc-800"/>

<p class="mt-10 text-center"><a class="link-primary" href="https://marketplace.visualstudio.com/items?itemName=dotenv.dotenvx-vscode" target="_blank">view extension &rarr;</a></p>

Expand Down

0 comments on commit a219356

Please sign in to comment.