Skip to content

Commit

Permalink
add new support/sponsor section to docs (#89)
Browse files Browse the repository at this point in the history
and change license badge in docs to GPL-3.0 (#88)
  • Loading branch information
RandomFractals committed Aug 29, 2022
1 parent 6e413dc commit 21416ad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Remove vscode-eslint extension from recommendations in .vscode/extensions.json
Add codeViz keyword to Snippets Viewer manifest
- [#88](https://github.com/RandomFractals/vscode-snippets-viewer/issues/88)
Change license to GPL-3.0
- [#89](https://github.com/RandomFractals/vscode-snippets-viewer/issues/89)
Add explicit Support/Sponsor section to docs

## v1.11.0 - [2022-04-27]
- [#82](https://github.com/RandomFractals/vscode-snippets-viewer/issues/82)
Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# vscode-snippets-viewer

[![Apache-2.0 License](https://img.shields.io/badge/license-Apache2-orange.svg?color=green)](http://opensource.org/licenses/Apache-2.0)
[![GPL-3.0 License](https://img.shields.io/badge/license-GPL3-orange.svg?color=green)](http://opensource.org/licenses/GPL-3.0)
[![Version](https://vsmarketplacebadge.apphb.com/version/RandomFractalsInc.snippets-viewer.svg?color=orange&style=?style=for-the-badge&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/RandomFractalsInc.snippets-viewer.svg?color=orange)](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer)
[![Downloads](https://vsmarketplacebadge.apphb.com/downloads/RandomFractalsInc.snippets-viewer.svg?color=orange)](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer)
<a href='https://ko-fi.com/dataPixy' target='_blank' title='support: https://ko-fi.com/dataPixy'>
<img height='24' style='border:0px;height:20px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=2' alt='https://ko-fi.com/dataPixy' /></a>
<hr />
<h1 align="center">
<a title="Learn more about Snippets Viewer" href="https://github.com/RandomFractals/vscode-snippets-viewer">
<img width="128" height="128" alt="Snippets Viewer" src="images/snippets-viewer.png" />
</a>
<br />
Snippets Viewer ⇥ for VSCode
</h1>

Snippets Viewer ⇥ for VSCode
# Support

[Snippets Viewer](https://github.com/RandomFractals/vscode-snippets-viewer) ⇥ was created to simplify navigation and preview of [code snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_install-snippets-from-the-marketplace) from built-in [languages](https://marketplace.visualstudio.com/search?target=VSCode&category=Programming%20Languages&sortBy=Installs) and [extension snippets](https://marketplace.visualstudio.com/search?target=VSCode&category=Snippets&sortBy=Installs).

Please consider becoming a [Fan](https://github.com/sponsors/RandomFractals/sponsorships?tier_id=18883&preview=false) and sponsoring our dev efforts on this and other [Random Fractals, Inc.](https://twitter.com/search?q=%23RandomFractalsInc&src=typed_query&f=live) code and [data viz extensions](https://marketplace.visualstudio.com/publishers/RandomFractalsInc) if you find them useful, educational, or enhancing your daily dataViz/dev code workflows:

☕️ https://ko-fi.com/dataPixy
💖 https://github.com/sponsors/RandomFractals

# Snippets Viewer

![Snippets Viewer Tree View](https://raw.githubusercontent.com/RandomFractals/vscode-snippets-viewer/main/images/snippets-viewer-tree-view.png)

Expand Down

0 comments on commit 21416ad

Please sign in to comment.