Skip to content

Commit 8e33bb4

Browse files
chore: add description in readme
1 parent 97aa5a2 commit 8e33bb4

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# Kotlin Playground Coursera Plugin
1+
# Kotlin Playground Coursera
2+
Allows embedding interactive Kotlin playground to [coursera](https://www.coursera.org/) lessons.
23

4+
Plugin Current version: 0.0.0 :tada:
5+
6+
## Installation
7+
8+
1. Download [latest release](https://github.com/AlexanderPrendota/kotlin-playground-coursera-plugin/releases).
9+
2. Go to [coursera.org](https://www.coursera.org/)
10+
3. From the left sidebar, select `Admin`
11+
4. Find your course and click `Edit` next to the course title
12+
5. From the left sidebar, click Content and select `Edit Content`
13+
6. Find the lesson you want to add a plugin to, or create a new lesson
14+
7. From the `ADD ITEM` dropdown menu, select `Ungraded Plugin`
15+
8. Click Choose Plugin to select the plugin you want to add
16+
9. Click Continue and `Edit Configuration`, if needed
17+
10. When you’re done, click `Review & Publish`
18+
19+
## Usage
20+
21+
Find configuration panel on `Edit Configuration` and set code snippet:
22+
23+
```json
24+
{
25+
"code": "fun main(args: Array<String>) {\n println(\"Hello world\")\n}"
26+
}
27+
```
28+
* Default theme: `idea`.
29+
* Default platform: `JVM`.
30+
* Default kotlin version : [latest stable](https://try.kotlinlang.org/kotlinServer?type=getKotlinVersions) version.

0 commit comments

Comments
 (0)