mirror of
https://github.com/yildbs/obsidian-harada-method-plugin.git
synced 2026-07-22 07:40:28 +00:00
51 lines
1.7 KiB
Markdown
51 lines
1.7 KiB
Markdown
# Draw Harada Method : Obsidian Harada Method Plugin
|
||
This plugin is a tool to draw The Harada Method.
|
||
|
||
# What is the Harada Method?
|
||
It is famously used by Japanese baseball player Shohei Otani to achieve his goals. The Harada Method has various names such as Mandara chart, Mandal-art, and Open window 64 chart. Anyway, the key point of The Harada Method is that it helps you set goals, break them down, and achieve them. Create your own 1 goal, 8 plans, and 64 actions!
|
||
|
||
### 🧢 ️Shohei Otani 🧢
|
||

|
||
|
||
### ⚾ Otani's Harada Method ⚾
|
||

|
||
|
||
##### Reference: https://jimstoneconsulting.com/shohei-ohtani-the-harada-method-and-volleyball/
|
||
|
||
|
||
# Installation from community
|
||
Install from the Community Plugin list by searching "Draw Harada Method"
|
||
|
||
# Installation directly
|
||
Copy main.js, manifest.json, style.css files into your_obsidian_valut/.obsidian/plugin/draw-harada-method/ directory
|
||
Release Link: https://github.com/yildbs/obsidian-harada-method-plugin/releases
|
||
|
||
# Usage
|
||
- Open code block with name "harada"
|
||
- Plan your goal and actions
|
||
- Use two-space indentation
|
||
|
||
~~~
|
||
```harada
|
||
Main goal
|
||
Key plan 1
|
||
Action 1
|
||
Action 2
|
||
Action 3
|
||
...
|
||
Key plan 2
|
||
Action 1
|
||
Action 2
|
||
Action 3
|
||
...
|
||
```
|
||
~~~
|
||
|
||

|
||
|
||
|
||
# TODO
|
||
- Handling text that does not conform to the rules
|
||
- Supports various indentation characters
|
||
- Option related
|
||
|