All Projects → Kotlin → kotlin-playground-wp-plugin

Kotlin / kotlin-playground-wp-plugin

Licence: other
WordPress plugin which allows to embed interactive Kotlin playground to any post via [kotlin] shortcode

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to kotlin-playground-wp-plugin

Kotlin Playground
Self-contained component to embed in websites for running Kotlin code
Stars: ✭ 214 (+511.43%)
Mutual labels:  playground
BadgesGenerator
A Swift playground to automatically generate personalized conference badges.
Stars: ✭ 36 (+2.86%)
Mutual labels:  playground
Assembleash
WebAssembly and Typescript-like languages playground
Stars: ✭ 71 (+102.86%)
Mutual labels:  playground
Nef
💊 steroids for Xcode Playgrounds
Stars: ✭ 226 (+545.71%)
Mutual labels:  playground
kotlin-libraries-playground
A playground to gain a wider and deeper knowledge of the libraries in the Kotlin ecosystem. Also the official sample for gradle refreshVersions.
Stars: ✭ 164 (+368.57%)
Mutual labels:  playground
webpack-playground
No description or website provided.
Stars: ✭ 16 (-54.29%)
Mutual labels:  playground
Docker
Docker playground
Stars: ✭ 202 (+477.14%)
Mutual labels:  playground
UInt256
An UInt256 library written in Swift 4
Stars: ✭ 20 (-42.86%)
Mutual labels:  playground
css-grid-playground
A simple interface for experimenting with CSS Grid Layout.
Stars: ✭ 84 (+140%)
Mutual labels:  playground
mypy-playground
The mypy playground. Try mypy with your web browser.
Stars: ✭ 58 (+65.71%)
Mutual labels:  playground
Playgrounds
Better playgrounds that work both for Objective-C and Swift
Stars: ✭ 2,586 (+7288.57%)
Mutual labels:  playground
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (+574.29%)
Mutual labels:  playground
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (+134.29%)
Mutual labels:  playground
Reddift
Swift Reddit API Wrapper
Stars: ✭ 215 (+514.29%)
Mutual labels:  playground
bookshelf
My GraphQL playground
Stars: ✭ 64 (+82.86%)
Mutual labels:  playground
Tiup
A component manager for TiDB
Stars: ✭ 207 (+491.43%)
Mutual labels:  playground
IdrisUnityPlayground
Experiments in Idris / Unity integration.
Stars: ✭ 50 (+42.86%)
Mutual labels:  playground
A-Star
A* pathfinding library in Swift.
Stars: ✭ 34 (-2.86%)
Mutual labels:  playground
nearley-playground
⛹ Write Grammars for the Nearley Parser!
Stars: ✭ 76 (+117.14%)
Mutual labels:  playground
Miles
Swift Playground that creates jazz improvisations (WWDC 2018)
Stars: ✭ 31 (-11.43%)
Mutual labels:  playground

Kotlin Playground Wordpress Plugin

Allows embedding interactive Kotlin playground to any post via [kotlin] shortcode.

Preview

Installation

  1. Download latest release.
  2. Go to WordPress Admin Panel -> Plugins -> Add New, choose Upload Plugin, select file from your computer and press Install now.

Usage

Use [kotlin]code...[/kotlin] shortcode as usual. Example:

[kotlin]
fun main(args: Array<String>) {
  print("Hello, World!")
}
[/kotlin]

Options

runnable="true|false" (true by default)

Creates read-only playground without ability to edit and run code. Example [kotlin runnable="false"]code...[/kotlin].

folded-button="true|false" (true by default)

Hide code snippet with value false outside of markers //sampleStart and //sampleEnd.

platform="java|js|junit|canvas" (java by default)

Creates playground with different target platforms

min-version="1.2"

Minimum target Kotlin compiler version

auto-indent="true|false" (false by default)

Whether to use the context-sensitive indentation.

indent="2|4" (4 by default)

How many spaces a block should be indented.

theme="idea|darcula|default"

Editor IntelliJ IDEA themes.

version="1.0.7 (latest stable version by default)

Target Kotlin compiler version:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].