ruby.wasm

by geeknees
5
4
3
2
1
Score: 53/100

Description

Category: Coding & Technical Tools

The ruby.wasm plugin for Obsidian allows users to execute Ruby code directly within their notes. With this plugin, you can select a code block, execute it as a command, and instantly receive the results in your note. This powerful tool enables developers to leverage Ruby's scripting capabilities to automate tasks, generate reports, and enhance their research workflow. Whether you're a programmer or simply looking to streamline your note-taking experience, ruby.wasm provides a seamless integration of code execution and note-taking, making it an essential addition to any Obsidian user's plugin collection.

Reviews

No reviews yet.

Stats

8
stars
423
downloads
1
forks
765
days
22
days
22
days
2
total PRs
1
open PRs
0
closed PRs
1
merged PRs
0
total issues
0
open issues
0
closed issues
14
commits

Latest Version

README file from

Github

Obsidian RubyWasm Plugin

This is a ruby.wasm plugin for Obsidian (https://obsidian.md).

The plugin downloads the selected Ruby WebAssembly runtime from jsDelivr the first time you run a command so the shipped main.js stays small enough for Obsidian Sync.

Ruby versions

You can choose the runtime version in Settings -> Community plugins -> ruby.wasm.

Currently supported:

  • Ruby HEAD
  • Ruby 4.0
  • Ruby 3.4
  • Ruby 3.3
  • Ruby 3.2

Features

  • Run the selected Ruby code from the editor
  • Run the whole current Ruby code block when nothing is selected
  • Show stdout, stderr, return value, and errors separately
  • Add a Run button under rendered ruby code blocks for a lightweight REPL flow
  • Choose the Ruby runtime version from plugin settings

How to use

Select a code block

Execute command

Get Results

API Documentation

See https://github.com/obsidianmd/obsidian-api

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.