Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trashhalo/obsidian-rust-plugin


https://github.com/trashhalo/obsidian-rust-plugin

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Obsidian Plugin: Rust Boilerplate
Boilerplate needed to write obsidian plugins in rust!

# Installation
1. Get cargo. I recommend using [rustup](https://rustup.rs/)
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