Draw Harada Method

by yildbs
5
4
3
2
1
Score: 52/100

Description

Category: Note Enhancements

The Draw Harada Method plugin is a unique tool that helps you set and achieve your goals using the famous Harada Method. This method, popularized by Japanese baseball player Shohei Otani, breaks down large goals into smaller, manageable plans and actions. With this plugin, you can create a visual representation of your goals, plans, and actions in Obsidian. Simply open a code block with the name "harada", plan out your goal and actions using two-space indentation, and watch your ideas come to life. The plugin also includes an example template to get you started.

Reviews

No reviews yet.

Stats

46
stars
5,876
downloads
0
forks
1,106
days
1,099
days
1,099
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
8
total issues
1
open issues
7
closed issues
0
commits

Latest Version

README file from

Github

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

⚾ Otani's Harada Method ⚾

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
     ...
 ```

example

TODO

  • Handling text that does not conform to the rules
  • Supports various indentation characters
  • Option related