Procházet zdrojové kódy

Adds tutorial video to all the places

main
Eric Amodio před 2 roky
rodič
revize
2ab3c56cb9
13 změnil soubory, kde provedl 40 přidání a 9 odebrání
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. binární
      images/docs/gitlens-tutorial.png
  4. binární
      images/docs/quick-setup.png
  5. binární
      images/docs/settings.png
  6. +8
    -0
      package.json
  7. +10
    -2
      src/webviews/apps/home/partials/welcome.html
  8. binární
      src/webviews/apps/media/gitlens-12-card.png
  9. binární
      src/webviews/apps/media/gitlens-tutorial-banner-400.png
  10. binární
      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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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ární
images/docs/gitlens-tutorial.png Zobrazit soubor

Před Za
Šířka: 600  |  Výška: 338  |  Velikost: 249 KiB

binární
images/docs/quick-setup.png Zobrazit soubor

Před Za
Šířka: 1255  |  Výška: 754  |  Velikost: 109 KiB Šířka: 600  |  Výška: 360  |  Velikost: 44 KiB

binární
images/docs/settings.png Zobrazit soubor

Před Za
Šířka: 1255  |  Výška: 910  |  Velikost: 193 KiB Šířka: 600  |  Výška: 435  |  Velikost: 74 KiB

+ 8
- 0
package.json Zobrazit soubor

@ -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 Zobrazit soubor

@ -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ární
src/webviews/apps/media/gitlens-12-card.png Zobrazit soubor

Před Za
Šířka: 1200  |  Výška: 400  |  Velikost: 480 KiB

binární
src/webviews/apps/media/gitlens-tutorial-banner-400.png Zobrazit soubor

Před Za
Šířka: 400  |  Výška: 133  |  Velikost: 66 KiB

binární
src/webviews/apps/media/gitlens-tutorial-banner.png Zobrazit soubor

Před Za
Šířka: 600  |  Výška: 200  |  Velikost: 145 KiB

+ 9
- 3
src/webviews/apps/welcome/welcome.html Zobrazit soubor

@ -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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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
Načítá se…
Zrušit
Uložit