Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Commit 55f9ef4

Browse files
committed
Marked extension as
"published for education purposes"
1 parent f4ffae0 commit 55f9ef4

File tree

5 files changed

+1747
-190
lines changed

5 files changed

+1747
-190
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.8.0] - 2022-04-08
8+
9+
### Changed
10+
11+
- Updated to indicate that **the extension for educational purposes**. Marked as *preview*, left a note in the README, and archived the GitHub repo.
12+
713
## [0.7.2] - 2022-12-22
814

915
### Fixed

README.md

+4-17
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<br>
88
<br>
99
</h1>
10-
<h4 align="center">Descriptive, easy to find JavaScript snippets, without nonsense abbreviations.</h4>
10+
<h4 align="center">Descriptive, easy to find JavaScript snippets.</h4>
1111
<br/>
1212
<p align="center">
1313
<img src="https://img.shields.io/static/v1?logo=visual-studio-code&label=made%20for&message=VS%20Code&color=0000ff" alt="Made for VSCode">
@@ -21,6 +21,8 @@ alt="Extension file size in bytes">
2121
<a href="https://ko-fi.com/roboleary"><img src="https://img.shields.io/badge/Buy%20me%20a%20coffee-$4-orange?logo=buy-me-a-coffee" alt="Buy me a coffee"></a>
2222
</p>
2323

24+
> This extension is **published for education purposes**, in support of the article - [VS Code - How to write great snippets that anyone can use](https://www.roboleary.net/2021/08/23/vscode-snippets-are-not-aliases.html). It is not open for changes.
25+
2426
Most snippet collections resemble bash aliases. You have a list of nonsense abbreviations such as: "imp", "clg", "fre". You must learn these to use them. 🤕
2527

2628
There is a better way!
@@ -46,7 +48,7 @@ These snippets are available for the follow [language identifiers](https://code.
4648

4749
You can install the [Snippets Ranger extension](https://marketplace.visualstudio.com/items?itemName=robole.snippets-ranger) to view the full list of snippets inside VS Code.
4850

49-
I didn't repeat any of the builtin JavaScript snippets (see [FAQ for more](#where-do-the-standard-markdown-snippets-come-from)).
51+
I didn't repeat any of the builtin JavaScript snippets (see FAQ section for more info on builtin snippets).
5052

5153
<table>
5254
<thead>
@@ -160,11 +162,6 @@ I didn't repeat any of the builtin JavaScript snippets (see [FAQ for more](#wher
160162
</tbody>
161163
</table>
162164

163-
## Installation
164-
165-
1. The extension is listed in the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=robole.javascript-snippets) and [Open VSX Marketplace](https://open-vsx.org/extension/robole/javascript-snippets) where you can download or install it directly.
166-
1. From the Command-line: Run the command `code --install-extension robole.javascript-snippets`.
167-
168165
## FAQ
169166

170167
### 1) Where are the builtin JavaScripts?
@@ -211,16 +208,6 @@ The `args.name` property <u>must exactly match</u> the snippet name.
211208

212209
You can read my comprehensive guide on Snippets 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/). It's not just for beginners! 😉
213210

214-
## Show appreciation
215-
216-
If you are happy with the extension: please star the repo 🌟, and [leave a review in the visual studio marketplace](https://marketplace.visualstudio.com/items?itemName=robole.marky-stats&ssr=false#review-details) to help others find it. 🌟🌟🌟🌟🌟
217-
218-
You can show your appreciation by [buying me a coffee or sponsoring me](https://ko-fi.com/roboleary). This will offer me encouragement to continue, and will provide a path to dedicating more time to open-source in the future.
219-
220-
<p align="center">
221-
<a href="https://ko-fi.com/roboleary"><img src="img/coffee.png" alt="buy me a coffee"></a>
222-
</p>
223-
224211
## Image Attribution
225212

226213
Logo inspired by [Brain by Nithinan Tatah from the Noun Project](https://thenounproject.com/search/?q=brain&i=2452319).

img/coffee.png

-8.86 KB
Binary file not shown.

0 commit comments

Comments
 (0)