Skip to content

Commit ab80c83

Browse files
committed
Update readme and manifest - add images, sponsor links
1 parent 40f59db commit ab80c83

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/images/visual-editor.gif

955 KB
Loading

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@ You can install this extension for Visual Studio Code from the [Marketplace](htt
66

77
This extension adds language support for Yarn Spinner code, and a visual editor for creating Yarn scripts.
88

9-
## Visual Editor
9+
Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by [becoming a patron](https://patreon.com/secretlab)!
1010

11-
Click the 'Show Graph' button when editing a Yarn script, and we'll show you a visual editor that lets you see the position of nodes!
11+
<a href="https://patreon.com/secretlab"><img width="200" src="https://user-images.githubusercontent.com/901768/71883373-6f40ff80-318a-11ea-9d3a-01f1f58cb39e.png"></a>
1212

1313
## Syntax Highlighting
1414

1515
Your Yarn scripts are colour-coded to help you read the code.
1616

1717
![Syntax highlighting](./.github/images/syntax-highlighting.gif)
1818

19+
## Visual Editor
20+
21+
Click the 'Show Graph' button when editing a Yarn script, and we'll show you a visual editor that lets you see the position of nodes!
22+
23+
![Visual editor](.github/images/visual-editor.gif)
24+
1925
## Error Reporting
2026

2127
Problems in your Yarn script are detected and shown with a red underline. Because your Yarn script is being checked by the full Yarn Spinner compiler, you won't have to switch back to your game engine to see if there are problems anywhere near as often!

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
"name": "yarn-spinner",
33
"displayName": "Yarn Spinner",
44
"description": "Adds support for the Yarn Spinner dialogue language.",
5-
"version": "2.2.0-beta",
5+
"version": "2.2.1",
66
"homepage": "https://yarnspinner.dev",
77
"repository": "https://github.com/YarnSpinnerTool/VSCodeExtension",
88
"license": "MIT",
9+
"sponsor": {
10+
"url": "https://patreon.com/secretlab"
11+
},
912
"keywords": [
1013
"yarn spinner",
1114
"yarnspinner",

0 commit comments

Comments
 (0)