Socket
Socket
Sign inDemoInstall

docsify-plugin-runkit

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    docsify-plugin-runkit

A docsify.js plugin for rendering and embedding interactive JavaScript REPLs powered by RunKit


Version published
Weekly downloads
12
Maintainers
1
Install size
39.5 kB
Created
Weekly downloads
 

Changelog

Source

1.0.0

2022-07-14

  • Initial release

Readme

Source

docsify-plugin-runkit

NPM GitHub Workflow Status (main) Codacy grade License: MIT jsDelivr Tweet

A docsify.js plugin for rendering interactive JavaScript REPLs powered by RunKit.

Screenshot

screenshot

Features

  • Render JavaScript code blocks as interactive Node.js REPLs
  • Embed existing notebooks from runkit.com
  • Configure REPLs globally or individually using options from RunKit's API
  • Save changes as new notebooks on runkit.com

Installation

  1. Add the plugin to your index.html after docsify.

    <!-- docsify (latest v4.x.x)-->
    <script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
    
    <!-- docsify-plugin-runkit (latest v1.x.x) -->
    <script src="https://cdn.jsdelivr.net/npm/docsify-plugin-runkit@1"></script>
    
  2. Review the options section and configure as needed.

    window.$docsify = {
      // ...
      runkit: {
        // Options...
      }
    };
    

Usage & Options

See the documentation site for details and demos.

Contact & Support

License

This project is licensed under the MIT license.

Copyright (c) John Hildenbiddle (@jhildenbiddle)

Keywords

FAQs

Last updated on 14 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc