Multi-column

Script Runner Plugin

The plugin works by creating a file out of the code block and then running the script from the command line.

Guide

Usage

How to Use

A plugin to run scripts directly in obsidian.

To use the plugin, create a code block with runner-[code language goes here] as the language. The first line must be a comment with the content script-id: [UUID goes here]. To generate UUIDs, the plugin offers the command Generate UUID.

Example with js (replace single quotes with backticks for the code block)

// script-id: [UUID goes here]

[code goes here]

up:: Tools + Plugins