#mdbook #preprocessor #repl #plugin #real-time

app mdbook-repl

A rust based mdbook preprocessor that allows you to execute code in your mdbook without any server. Python, Typescript, Javascript etc.

8 releases

0.2.4 Apr 7, 2024
0.2.3 Feb 21, 2024
0.1.2 Feb 20, 2024

#316 in Development tools

Download history 543/week @ 2024-02-16 95/week @ 2024-02-23 17/week @ 2024-03-01 2/week @ 2024-03-08 2/week @ 2024-03-15 2/week @ 2024-03-29 95/week @ 2024-04-05

99 downloads per month

MIT license

19KB
161 lines

Mdbook REPL

This is a mdbook real time playground for some programming languages which you can directly execute them in the browser without any server. It's fast and easy to use.

This is mostly inspired by mdbook rust playground, but it's only limited to rust and it's using https://play.rust-lang.org as its backend compiler server. So I want to make a playground for other languages based on webassembly.

Below is an example of a python code block that can be executed directly in the browser:

# Python codeblock

print("Hello, world!")

All the code is editable and runnable. You can change the code and run it again. The execution is really fast.

Attention 💥

This playground is still in development and not many languages are supported yet. If you have any ideas or suggestions, please let me know.

Dependencies

~13–26MB
~339K SLoC