소스 검색

Adds show support section

Adds patreon links
main
Eric Amodio 6 년 전
부모
커밋
df95f53176
3개의 변경된 파일49개의 추가작업 그리고 39개의 파일을 삭제
  1. +13
    -2
      README.md
  2. +5
    -13
      src/ui/settings/index.html
  3. +31
    -24
      src/ui/welcome/index.html

+ 13
- 2
README.md 파일 보기

@ -29,7 +29,7 @@ Here are just some of the features that GitLens provides,
- a [status bar blame](#status-bar-blame "Jump to the Status Bar Blame") annotation showing author and date for the current line
- [commit search](#commit-search "Jump to the Commit Search") — by message, author, filename, commit id, or code changes
- many powerful commands for exploring commits and histories, comparing and navigating revisions, stash access, repository status, etc
- and so much more
- and so much [more](#features "Jump to Features")
GitLens is powerful, feature rich, and also [highly customizable](#gitlens-settings "Jump to the GitLens settings docs") to meet your specific needs — find code lens intrusive or the current line blame annotation distracting — no problem, it is quick and easy to turn them off or change how they behave via the built-in *GitLens Settings* editor, a WYSIWYG editor covering many of GitLens' powerful settings. While for more advanced customizations, refer to the [GitLens settings docs](#gitlens-settings "Jump to the GitLens settings docs") and edit your vscode [user settings](https://code.visualstudio.com/docs/getstarted/settings "Open User settings").
@ -39,6 +39,17 @@ GitLens is powerful, feature rich, and also [highly customizable](#gitlens-setti
<br />
</p>
## Show Your Support &#x2764;
GitLens can use your help to realize its mission &mdash; making developer's lives easier, further its reach, as well as support its development.
Here are a few ways you can help &mdash; feel free to choose more than one &#x1F609;
- [Become a Patron](https://www.patreon.com/eamodio "Become a Patron")
- [Write a Review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details "Write a Review")
- [Star or Fork me on GitHub](https://github.com/eamodio/vscode-gitlens "Star or Fork me on GitHub")
- [Follow me on Twitter](https://twitter.com/eamodio "Follow me on Twitter")
- [Hire me](http://amod.io/?utm_source=gitlens "Hire me")
## Features
### GitLens Explorer
@ -630,7 +641,7 @@ Add [`"gitlens.insiders": true`](#general-settings "Jump to GitLens settings") t
- If the `Copy to * clipboard` commands don't work on Linux &mdash; `xclip` needs to be installed. You can install it via `sudo apt-get install xclip`
---
## Contributors
## Contributors &#x1F64F;&#x2764;
A big thanks to the people that have contributed to this project:

+ 5
- 13
src/ui/settings/index.html 파일 보기

@ -597,19 +597,11 @@
<div class="sidebar-group">
<h2>Show Your Support</h2>
<ul>
<li>
<a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a>
</li>
<li>
<a href="https://github.com/eamodio/vscode-gitlens">Star or Fork me on GitHub</a>
</li>
<li>
<a href="https://twitter.com/eamodio">Follow me on Twitter</a>
</li>
<!-- <li><a href="#">Become a Patron</a></li> -->
<li>
<a href="http://amod.io/?utm_source=gitlens">Hire me</a>
</li>
<li><a href="https://www.patreon.com/eamodio">Become a Patron</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a></li>
<li><a href="https://github.com/eamodio/vscode-gitlens">Star or Fork me on GitHub</a></li>
<li><a href="https://twitter.com/eamodio">Follow me on Twitter</a></li>
<li><a href="http://amod.io/?utm_source=gitlens">Hire me</a></li>
</ul>
</div>
<div class="sidebar-group">

+ 31
- 24
src/ui/welcome/index.html 파일 보기

@ -65,28 +65,43 @@
</p>
<p>Here are just some of the features that GitLens provides,
<ul class="features-list">
<li>a <i>GitLens</i> explorer to navigate and explore repositories or file histories</li>
<li>an on-demand <i>GitLens Results</i> view to explore commits, histories, and searches, or visualize comparisons between branches, tags, commits, and more</li>
<li>authorship code lens showing the most recent commit and # of authors to the top of files and/or on code blocks</li>
<li>an unobtrusive current line blame annotation at the end of the line</li>
<li>on-demand gutter blame annotations, including a heatmap, for the whole file</li>
<li>detailed blame information accessible via hovers</li>
<li>on-demand recent changes annotations to highlight lines changed by the most recent commit</li>
<li>a status bar blame annotation showing author and date for the current line</li>
<li>commit search &mdash; by message, author, filename, commit id, or code changes</li>
<li>a <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-explorer"><i>GitLens</i> explorer</a> to navigate and explore repositories or file histories</li>
<li>an on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-results-view"><i>GitLens Results</i> view</a> to explore commits, histories, and searches, or visualize comparisons between branches, tags, commits, and more</li>
<li>authorship <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#code-lens">code lens</a> showing the most recent commit and # of authors to the top of files and/or on code blocks</li>
<li>an unobtrusive <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#current-line-blame">current line blame</a> annotation at the end of the line</li>
<li>on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gutter-blame">gutter blame</a> annotations, including a heatmap, for the whole file</li>
<li>detailed blame information accessible via <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#hovers">hovers</a></li>
<li>on-demand <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#recent-changes">recent changes</a> annotations to highlight lines changed by the most recent commit</li>
<li>a <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#status-bar-blame">status bar blame</a> annotation showing author and date for the current line</li>
<li><a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#commit-search">commit search</a> &mdash; by message, author, filename, commit id, or code changes</li>
<li>many powerful commands for exploring commits and histories, comparing and navigating revisions, stash access, repository status, etc</li>
<li>and so much more</li>
<li>and so much <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#features">more</a></li>
</ul>
</p>
<p class="mb-2">GitLens is powerful, feature rich, and highly customizable to meet your specific needs
&mdash; find code lens intrusive or the current line blame annotation distracting &mdash;
no problem, it is quick and easy to turn them off or change how they behave via the built-in <a class="command" title="Open GitLens Settings" href="command:gitlens.showSettingsPage">GitLens Settings</a> editor,
a WYSIWYG editor covering many of GitLens' powerful settings.
While for more advanced customizations, refer to the <a title="Open the GitLens settings docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-settings">GitLens settings docs</a>
While for more advanced customizations, refer to the <a title="Open the GitLens docs" href="https://github.com/eamodio/vscode-gitlens/tree/develop#gitlens-settings">GitLens settings docs</a>
and edit your <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a>.
</p>
</div>
<div class="section-group-section">
<h2>Show Your Support &#x2764;</h2>
<p>
GitLens can use your help to realize its mission &mdash; making developer's lives easier, further its reach, as well as support its development.
Here are a few ways you can help &mdash; feel free to choose more than one &#x1F609;
<ul class="features-list">
<li><a href="https://www.patreon.com/eamodio">Become a Patron</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a></li>
<li><a href="https://github.com/eamodio/vscode-gitlens">Star or Fork me on GitHub</a></li>
<li><a href="https://twitter.com/eamodio">Follow me on Twitter</a></li>
<li><a href="http://amod.io/?utm_source=gitlens">Hire me</a></li>
</ul>
</p>
</div>
<div class="section-group-section">
<h2>Customize</h2>
<ul>
<li>
@ -134,19 +149,11 @@
<div class="sidebar-group">
<h2>Show Your Support</h2>
<ul>
<li>
<a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a>
</li>
<li>
<a href="https://github.com/eamodio/vscode-gitlens">Star or Fork me on GitHub</a>
</li>
<li>
<a href="https://twitter.com/eamodio">Follow me on Twitter</a>
</li>
<!-- <li><a href="#">Become a Patron</a></li> -->
<li>
<a href="http://amod.io/?utm_source=gitlens">Hire me</a>
</li>
<li><a href="https://www.patreon.com/eamodio">Become a Patron</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details">Write a Review</a></li>
<li><a href="https://github.com/eamodio/vscode-gitlens">Star or Fork me on GitHub</a></li>
<li><a href="https://twitter.com/eamodio">Follow me on Twitter</a></li>
<li><a href="http://amod.io/?utm_source=gitlens">Hire me</a></li>
</ul>
</div>
<div class="sidebar-group">

불러오는 중...
취소
저장