yildbs_obsidian-harada-meth.../README.md
2023-04-26 22:23:26 +09:00

51 lines
1.7 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 🧢
![Japanese baseball player Shohei Otani](https://jimstoneconsulting.com/wp-content/uploads/2022/02/Screen-Shot-2022-02-08-at-9.40.47-AM.png)
### ⚾ Otani's Harada Method ⚾
![Otani's Harada Method](https://jimstoneconsulting.com/wp-content/uploads/2022/02/Screen-Shot-2022-02-07-at-11.53.33-AM.png)
##### 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
...
```
~~~
![example](https://user-images.githubusercontent.com/20436037/231749576-0786fb1a-542c-4476-a5de-d6d16664ee92.gif)
# TODO
- Handling text that does not conform to the rules
- Supports various indentation characters
- Option related