No description
Find a file
2023-04-28 23:48:05 +09:00
.github/workflows change file name (releases.yml -> release.yml) 2023-04-28 23:48:05 +09:00
src add text color option 2023-04-28 16:11:25 +09:00
.editorconfig Initial commit 2023-04-13 20:47:21 +09:00
.eslintignore Initial commit 2023-04-13 20:47:21 +09:00
.eslintrc Initial commit 2023-04-13 20:47:21 +09:00
.gitignore update 2023-04-13 20:50:04 +09:00
.npmrc Initial commit 2023-04-13 20:47:21 +09:00
esbuild.config.mjs update 2023-04-13 20:50:04 +09:00
example.gif update 2023-04-13 20:50:04 +09:00
LICENSE add LICENSE 2023-04-18 21:40:12 +09:00
manifest.json update to 1.0.8 2023-04-28 23:43:55 +09:00
package-lock.json update to 1.0.8 2023-04-28 23:43:55 +09:00
package.json update version to 1.0.6 2023-04-17 10:03:31 +09:00
README.md add more description about the harada method 2023-04-26 22:23:26 +09:00
styles.css options implementing.. 2023-04-28 15:41:26 +09:00
tsconfig.json Initial commit 2023-04-13 20:47:21 +09:00
version-bump.mjs Initial commit 2023-04-13 20:47:21 +09:00
versions.json Initial commit 2023-04-13 20:47:21 +09:00

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