trashhalo / obsidian-rust-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obsidian Plugin: Rust Boilerplate

Boilerplate needed to write obsidian plugins in rust!

Installation

  1. Get cargo. I recommend using rustup
  2. Install wasm-pack. cargo install wasm-pack
  3. Build main.js. yarn build

Commands

  • Example: Sums two numbers in rust then sends a notification with the result

About


Languages

Language:Rust 55.9%Language:JavaScript 44.1%