Skip to content

Commit

Permalink
v0.15.0 Fix add-new image. Some edits to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Apr 23, 2021
1 parent a526a27 commit 0581786
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.1] - 2021-04-22

### Changed

- Fix typo in README.md.

## [0.15.0] - 2021-04-22

### Changed

- Improved add-new.jpg.
- Small edits in README.md.

## [0.14.0] - 2021-04-22

### Added
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/robole.snippets-ranger?logo=visual-studio-code&color=blue)
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/robole.snippets-ranger?logo=visual-studio-code&color=blue)
![Built with](https://img.shields.io/static/v1?label=built%20with&message=sarsaparilla%20%26%20javascript&color=af0161)
[![Coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-$4-orange?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/robole)

View *all* your snippets in one purty place. Yee-haw!! 🤠💕

Expand All @@ -24,7 +25,9 @@ The snippets body is **prettily formatted**. 🌻✨

![view source screenshot](/img/screenshots/edit.png)

**You can go to a specific snippet** with the *Edit* action button. This makes editing a piece of cake.🍰
**You can go to a specific snippet** with the *Edit* action button.

This makes editing a piece of cake.🍰

## Commands

Expand All @@ -45,6 +48,18 @@ To gather and render approx 6000 snippets sourced from 18 different files, it ta
1. From the Command-line: Run the command `code --install-extension robole.snippets-ranger`.
1. From the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger): Click the _Install_ button.

## Learn more about Snippets

You can read my comprehensive guide on FreeCodeCamp: [Visual Studio Code Snippets – the Definitive VS Code Snippet Guide for Beginners](https://www.freecodecamp.org/news/definitive-guide-to-snippets-visual-studio-code/).

## Contribute

If you have a suggestion or find a bug, please file an issue.

If you are happy with the extension, please star the repo, and leave a review to help others find it. 🌟

You can [buy me a coffee](https://www.buymeacoffee.com/robole) if you would like to support me to make more great open-source software. ☕

## Icon Attribution

- up by Phoenix group from the Noun Project.
Binary file modified img/screenshots/add-new.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "View all your snippets in one purty place. Yee-haw!",
"icon": "img/logo.png",
"version": "0.14.0",
"version": "0.15.1",
"engines": {
"vscode": "^1.4.0",
"node": ">=12.0.0"
Expand Down

0 comments on commit 0581786

Please sign in to comment.