Browse Source

Adds tutorial video to all the places

main
Eric Amodio 2 years ago
parent
commit
2ab3c56cb9
13 changed files with 40 additions and 9 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. BIN
      images/docs/gitlens-tutorial.png
  4. BIN
      images/docs/quick-setup.png
  5. BIN
      images/docs/settings.png
  6. +8
    -0
      package.json
  7. +10
    -2
      src/webviews/apps/home/partials/welcome.html
  8. BIN
      src/webviews/apps/media/gitlens-12-card.png
  9. BIN
      src/webviews/apps/media/gitlens-tutorial-banner-400.png
  10. BIN
      src/webviews/apps/media/gitlens-tutorial-banner.png
  11. +9
    -3
      src/webviews/apps/welcome/welcome.html
  12. +7
    -0
      walkthroughs/getting-started/0-tutorial.md
  13. +1
    -3
      walkthroughs/getting-started/2-customize.md

+ 4
- 0
CHANGELOG.md View File

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
## Added
- Adds getting started tutorial video to the Welcome, Get Started walkthrough, GitLens Home view, and README
## Fixed
- Fixes [#2037](https://github.com/gitkraken/vscode-gitlens/issues/2037) - Autolinks can end up getting saved with invalid (cached) properties

+ 1
- 1
README.md View File

@ -13,7 +13,7 @@
<p align="center">
<br />
<a title="What's New in GitLens 12" href="https://gitkraken.com/blog/gitlens-12"><img width="600px" src="./src/webviews/apps/media/gitlens-12-card.png" alt="Open What's New in GitLens 12" /></a>
<a title="Watch the GitLens Getting Started video" href="https://www.youtube.com/watch?v=UQPb73Zz9qk"><img width="600px" src="./src/webviews/apps/media/gitlens-tutorial-banner.png" alt="Watch the GitLens Getting Started video" /></a>
<br/>
</p>

BIN
images/docs/gitlens-tutorial.png View File

Before After
Width: 600  |  Height: 338  |  Size: 249 KiB

BIN
images/docs/quick-setup.png View File

Before After
Width: 1255  |  Height: 754  |  Size: 109 KiB Width: 600  |  Height: 360  |  Size: 44 KiB

BIN
images/docs/settings.png View File

Before After
Width: 1255  |  Height: 910  |  Size: 193 KiB Width: 600  |  Height: 435  |  Size: 74 KiB

+ 8
- 0
package.json View File

@ -10983,6 +10983,14 @@
"description": "Discover and personalize features that supercharge your Git experience",
"steps": [
{
"id": "gitlens.welcome.tutorial",
"title": "Watch Tutorial",
"description": "Sit back and watch the Getting Started video.\n\n[Watch Tutorial Video](https://www.youtube.com/watch?v=UQPb73Zz9qk \"Watch the Getting Started video\")",
"media": {
"markdown": "walkthroughs/getting-started/0-tutorial.md"
}
},
{
"id": "gitlens.welcome.experience",
"title": "Get setup quickly",
"description": "Use the Quick Setup to easily configure frequently used GitLens features.\n\n[Open Quick Setup](command:gitlens.showWelcomePage?%22quick-setup%22 \"Opens the GitLens Quick Setup\")",

+ 10
- 2
src/webviews/apps/home/partials/welcome.html View File

@ -1,7 +1,15 @@
<template id="welcome">
<h3>Welcome to GitLens 12</h3>
<a class="link--preview" title="See What's New" href="command:gitlens.showWelcomePage">
<img class="image--preview" src="#{webroot}/media/gitlens-12-card.webp" alt="What's new" />
<a
class="link--preview"
title="Watch the GitLens Getting Started video"
href="https://www.youtube.com/watch?v=UQPb73Zz9qk"
>
<img
class="image--preview"
src="#{webroot}/media/gitlens-tutorial-banner-400.webp"
alt="Watch the GitLens Getting Started video"
/>
</a>
<p>
GitLens <b>supercharges</b> Git inside VS Code and unlocks the <b>untapped knowledge</b> within each repository.

BIN
src/webviews/apps/media/gitlens-12-card.png View File

Before After
Width: 1200  |  Height: 400  |  Size: 480 KiB

BIN
src/webviews/apps/media/gitlens-tutorial-banner-400.png View File

Before After
Width: 400  |  Height: 133  |  Size: 66 KiB

BIN
src/webviews/apps/media/gitlens-tutorial-banner.png View File

Before After
Width: 600  |  Height: 200  |  Size: 145 KiB

+ 9
- 3
src/webviews/apps/welcome/welcome.html View File

@ -39,9 +39,15 @@
Welcome to <span class="highlight">GitLens 12</span>
</h2>
<div class="section__whatsnew">
<a title="See What's New" href="https://gitkraken.com/blog/gitlens-12"
><img src="#{webroot}/media/gitlens-12-card.webp"
/></a>
<a
title="Watch the GitLens Getting Started video"
href="https://www.youtube.com/watch?v=UQPb73Zz9qk"
>
<img
src="#{webroot}/media/gitlens-tutorial-banner.webp"
alt="Watch the GitLens Getting Started video"
/>
</a>
<a
class="button button--flat"
title="See What's New"

+ 7
- 0
walkthroughs/getting-started/0-tutorial.md View File

@ -0,0 +1,7 @@
<p align="center">
<a title="Watch GitLens Getting Started video" href="https://www.youtube.com/watch?v=UQPb73Zz9qk">
<img src="../../images/docs/gitlens-tutorial.png" alt="GitLens Getting Started video" />
</a>
</p>
GitLens **supercharges** Git inside VS Code and unlocks the <b>untapped knowledge</b> within each repository. Whether you’re a seasoned Git user or just getting started, GitLens makes it easier, safer and faster to leverage the full power of Git. This tutorial will show you how to get the most out of GitLens in VS Code.

+ 1
- 3
walkthroughs/getting-started/2-customize.md View File

@ -1,9 +1,7 @@
## Customize GitLens
<p align="center">
<figure>
<img src="../../images/docs/settings.png" alt="GitLens Interactive Settings" />
</figure>
<img src="../../images/docs/settings.png" alt="GitLens Interactive Settings" />
</p>
GitLens provides a rich interactive settings editor, an easy-to-use interface, to configure many of GitLens' powerful features.

||||||
x
 
000:0
Loading…
Cancel
Save