20 lines
534 B
Markdown
20 lines
534 B
Markdown
# obsidian-wheel-decide
|
|
When you need a wheel to make decisions for you. Select some lines, press `ctrl+p` and run "Wheel Decide: Create decision wheel". This will open a modal for you with a decision wheel.
|
|
|
|
<img src="images/screenshot.png" alt="Screenshot" width="500"/>
|
|
|
|
## Setup
|
|
```bash
|
|
cd /to/your/vault
|
|
mkdir -p .obsidian/plugins
|
|
cd .obsidian/plugins
|
|
|
|
git clone https://git.cesium.pw/niku/obsidian-wheel-decide.git
|
|
cd obsidian-wheel-decide
|
|
|
|
npm install
|
|
npm run build
|
|
```
|
|
|
|
Then you can enable it like any other community plugin.
|