Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhildenbiddle/docsify-plugin-runkit
A docsify.js plugin for rendering interactive JavaScript REPLs powered by RunKit
https://github.com/jhildenbiddle/docsify-plugin-runkit
docsify javascript js markdown notebook playground plugin repl runkit
Last synced: 27 days ago
JSON representation
A docsify.js plugin for rendering interactive JavaScript REPLs powered by RunKit
- Host: GitHub
- URL: https://github.com/jhildenbiddle/docsify-plugin-runkit
- Owner: jhildenbiddle
- License: mit
- Created: 2022-07-13T04:16:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T02:25:20.000Z (9 months ago)
- Last Synced: 2024-04-14T10:22:26.342Z (7 months ago)
- Topics: docsify, javascript, js, markdown, notebook, playground, plugin, repl, runkit
- Language: JavaScript
- Homepage: https://jhildenbiddle.github.io/docsify-plugin-runkit/
- Size: 1.51 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# docsify-plugin-runkit
[![NPM](https://img.shields.io/npm/v/docsify-plugin-runkit.svg?style=flat-square)](https://www.npmjs.com/package/docsify-plugin-runkit)
[![GitHub Workflow Status (main)](https://img.shields.io/github/actions/workflow/status/jhildenbiddle/docsify-plugin-runkit/test.yml?branch=main&label=checks&style=flat-square)](https://github.com/jhildenbiddle/docsify-plugin-runkit/actions?query=branch%3Amain+)
[![Codacy grade](https://img.shields.io/codacy/grade/e9c2a9504211450ab39e0d72a1158a47.svg?style=flat-square)](https://app.codacy.com/gh/jhildenbiddle/docsify-plugin-runkit/dashboard)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/jhildenbiddle/docsify-plugin-runkit/blob/main/LICENSE)
[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/docsify-plugin-runkit/badge)](https://www.jsdelivr.com/package/npm/docsify-plugin-runkit)
[![Sponsor this project](https://img.shields.io/static/v1?style=flat-square&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/jhildenbiddle)A [docsify.js](https://docsify.js.org) plugin for rendering interactive JavaScript REPLs powered by [RunKit](https://runkit.com/).
- [Documentation](https://jhildenbiddle.github.io/docsify-plugin-runkit)
**Screenshot**
> 💡 Like this plugin? Check out [docsify-themeable](https://jhildenbiddle.github.io/docsify-themeable) for your site theme, [docsify-tabs](https://jhildenbiddle.github.io/docsify-tabs/) for tabbed content, and [docsify-plugin-ethicalads](https://jhildenbiddle.github.io/docsify-plugin-ethicalads/) for EthicalAds integration!
## Features
- Render JavaScript code blocks as interactive [Node.js](https://nodejs.org/en/) REPLs
- Embed existing notebooks from [runkit.com](https://runkit.com/)
- Configure REPLs globally or individually using [options](https://jhildenbiddle.github.io/docsify-plugin-runkit#options) from RunKit's API
- Save changes as new notebooks on [runkit.com](https://runkit.com/)## Installation & Options
See the [documentation site](https://jhildenbiddle.github.io/docsify-plugin-runkit) for details.
## Sponsorship
A [sponsorship](https://github.com/sponsors/jhildenbiddle) is more than just a way to show appreciation for the open-source authors and projects we rely on; it can be the spark that ignites the next big idea, the inspiration to create something new, and the motivation to share so that others may benefit.
If you benefit from this project, please consider lending your support and encouraging future efforts by [becoming a sponsor](https://github.com/sponsors/jhildenbiddle).
Thank you! 🙏🏻
## Contact & Support
- Follow 👨🏻💻 **@jhildenbiddle** on [Twitter](https://twitter.com/jhildenbiddle) and [GitHub](https://github.com/jhildenbiddle) for announcements
- Create a 💬 [GitHub issue](https://github.com/jhildenbiddle/docsify-plugin-runkit/issues) for bug reports, feature requests, or questions
- Add a ⭐️ [star on GitHub](https://github.com/jhildenbiddle/docsify-plugin-runkit) and 🐦 [tweet](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fjhildenbiddle%2Fdocsify-plugin-runkit&hashtags=docsify,developers,frontend,javascript) to promote the project
- Become a 💖 [sponsor](https://github.com/sponsors/jhildenbiddle) to support the project and future efforts## License
This project is licensed under the [MIT license](https://github.com/jhildenbiddle/docsify-plugin-runkit/blob/main/LICENSE).
Copyright (c) John Hildenbiddle ([@jhildenbiddle](https://twitter.com/jhildenbiddle))