No description
Find a file
2023-04-18 21:40:12 +09:00
.github/workflows add LICENSE 2023-04-18 21:40:12 +09:00
src implement internal link 2023-04-17 09:45:52 +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 version to 1.0.6 2023-04-17 10:03:31 +09:00
package-lock.json change plugin name, update description, bug fix 2023-04-13 21:43:00 +09:00
package.json update version to 1.0.6 2023-04-17 10:03:31 +09:00
README.md update README.md 2023-04-16 20:43:34 +09:00
styles.css change plugin name, update description, bug fix 2023-04-13 21:43:00 +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. 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.

Installation from community

Install from the Community Plugin list by searching "Draw Harada Method" (Sorry! Not yet accepted)

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