https://github.com/type-challenges/playground-plugin
Plugin for TypeScript Playground
https://github.com/type-challenges/playground-plugin
ts-playground
Last synced: 4 months ago
JSON representation
Plugin for TypeScript Playground
- Host: GitHub
- URL: https://github.com/type-challenges/playground-plugin
- Owner: type-challenges
- Created: 2020-10-31T09:08:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T06:28:10.000Z (over 4 years ago)
- Last Synced: 2025-12-26T16:36:31.090Z (6 months ago)
- Topics: ts-playground
- Language: Svelte
- Homepage:
- Size: 2.96 MB
- Stars: 39
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## @type-challenges/playground-plugin
[简体中文](./README.zh-CN.md)
TypeScript Playground Plugin for [Type Challenges](https://github.com/type-challenges/type-challenges).

Supported Features:
- [x] Pick question in challenge list
- [x] Switch languages
- [x] Copy and share answer to GitHub issue
- [x] Quick start next question
- [x] Quick find solutions
## Getting Started
### Step 1
[Open TypeScript Playground with Plugin](https://www.typescriptlang.org/play?install-plugin=%40type-challenges%2Fplayground-plugin)
### Step 2

Confirm "OK".
### Step 3

Start the challenge in TypeScript Playground!
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full details, however, TLDR:
```sh
git clone ...
yarn
yarn start
```
tick the **Connect to localhost:5000** in bottom of Plugins Panel, and refresh browser page.