Skip to content

Commit 1a225ac

Browse files
committed
Add Getting Started section with icon location image
- Add concise Getting Started section to README - Include image showing extension icon location in editor title bar - Add alternative method using Command Palette - Addresses issue #65
1 parent 6117719 commit 1a225ac

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

README.markdown

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
Sourcemeta Studio
2-
=================
1+
# Sourcemeta Studio
32

43
Professional JSON Schema tooling that brings real-time linting, metaschema
54
validation, and automatic formatting directly into your editor.
65

7-
***
6+
---
87

98
**[Install from the Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sourcemeta.sourcemeta-studio)**
109

11-
***
10+
## Getting Started
11+
12+
After installation, open a JSON or YAML file and click the Sourcemeta Studio icon in the editor title bar:
13+
14+
![Extension Icon Location](./image.png)
15+
16+
Alternatively, use the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`) and search for "Open Sourcemeta Studio".
17+
18+
---
1219

1320
![Sourcemeta Studio Example](./screenshot.png)
1421

@@ -21,8 +28,7 @@ validation, and automatic formatting directly into your editor.
2128
> Data Products with JSON
2229
> Schema](https://www.oreilly.com/library/view/unifying-business-data/9781098144999/).
2330
24-
:sparkles: Features
25-
-------------------
31+
## :sparkles: Features
2632

2733
- **Real-time Linting**: Detect anti-patterns, validate references, and ensure
2834
best practices
@@ -40,8 +46,7 @@ validation, and automatic formatting directly into your editor.
4046
[`jsonschema.json`](https://github.com/sourcemeta/jsonschema/blob/main/docs/configuration.markdown)
4147
manifests
4248

43-
:speech_balloon: Support
44-
------------------------
49+
## :speech_balloon: Support
4550

4651
- **Issues**: [GitHub Issues](https://github.com/sourcemeta/studio/issues)
4752
- **Discussions**: [GitHub Discussions](https://github.com/sourcemeta/studio/discussions)

image.png

275 KB
Loading

0 commit comments

Comments
 (0)