Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trashhalo/obsidian-rust-plugin
https://github.com/trashhalo/obsidian-rust-plugin
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trashhalo/obsidian-rust-plugin
- Owner: trashhalo
- Created: 2021-03-15T23:43:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T15:16:53.000Z (over 3 years ago)
- Last Synced: 2024-10-11T15:14:19.661Z (28 days ago)
- Language: Rust
- Size: 9.48 MB
- Stars: 92
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-obsidian - obsidian-rust-plugin:
- jimsghstars - trashhalo/obsidian-rust-plugin - (Rust)
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