No description
Find a file
2023-04-13 21:04:38 +09:00
.github/workflows change node ver 2023-04-13 21:04:38 +09:00
src update 2023-04-13 20:50:04 +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
manifest.json update 2023-04-13 20:50:04 +09:00
package-lock.json update 2023-04-13 20:50:04 +09:00
package.json update 2023-04-13 20:50:04 +09:00
README.md update 2023-04-13 20:50:04 +09:00
styles.css update 2023-04-13 20:50:04 +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

Obsidian Harada Method Plugin

This plugin is a tool to visualize The Harada Method famously used by Shohei Otani, a Japanese baseball player. 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

Install from the Community Plugin list by searching "harada method"

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