Просмотр исходного кода

Adds tutorial video to all the places

main
Eric Amodio 2 лет назад
Родитель
Сommit
2ab3c56cb9
13 измененных файлов: 40 добавлений и 9 удалений
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. Двоичные данные
      images/docs/gitlens-tutorial.png
  4. Двоичные данные
      images/docs/quick-setup.png
  5. Двоичные данные
      images/docs/settings.png
  6. +8
    -0
      package.json
  7. +10
    -2
      src/webviews/apps/home/partials/welcome.html
  8. Двоичные данные
      src/webviews/apps/media/gitlens-12-card.png
  9. Двоичные данные
      src/webviews/apps/media/gitlens-tutorial-banner-400.png
  10. Двоичные данные
      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 Просмотреть файл

@ -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 Просмотреть файл

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

Двоичные данные
images/docs/gitlens-tutorial.png Просмотреть файл

До После
Ширина: 600  |  Высота: 338  |  Размер: 249 KiB

Двоичные данные
images/docs/quick-setup.png Просмотреть файл

До После
Ширина: 1255  |  Высота: 754  |  Размер: 109 KiB Ширина: 600  |  Высота: 360  |  Размер: 44 KiB

Двоичные данные
images/docs/settings.png Просмотреть файл

До После
Ширина: 1255  |  Высота: 910  |  Размер: 193 KiB Ширина: 600  |  Высота: 435  |  Размер: 74 KiB

+ 8
- 0
package.json Просмотреть файл

@ -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 Просмотреть файл

@ -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.

Двоичные данные
src/webviews/apps/media/gitlens-12-card.png Просмотреть файл

До После
Ширина: 1200  |  Высота: 400  |  Размер: 480 KiB

Двоичные данные
src/webviews/apps/media/gitlens-tutorial-banner-400.png Просмотреть файл

До После
Ширина: 400  |  Высота: 133  |  Размер: 66 KiB

Двоичные данные
src/webviews/apps/media/gitlens-tutorial-banner.png Просмотреть файл

До После
Ширина: 600  |  Высота: 200  |  Размер: 145 KiB

+ 9
- 3
src/webviews/apps/welcome/welcome.html Просмотреть файл

@ -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 Просмотреть файл

@ -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 Просмотреть файл

@ -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
Загрузка…
Отмена
Сохранить