kamisori / obsidian-janet

Run Janet codeblocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Janet

Obsidian Janet is a plugin for Obsidian that lets you run Janet code blocks.

The main usecase for this plugin is scripting in the context of your vault documents.

Pre-requisites

You'll need to have Janet installed for janet codeblocks.

You need to set absolute paths for janet in the plugin settings before evaluating code blocks. You can find these paths using the where command in the terminal.

If you come from a Lisp background but are not familiar with Janet, keep in mind that Janet has differences from Lisp. Take a look at the Janet docs to learn more about what's available.

About

Run Janet codeblocks.

License:MIT License


Languages

Language:TypeScript 90.6%Language:JavaScript 9.4%