This plugin renders six-line divination diagrams in Obsidian from a fenced liuyao code block.
```liuyao 123123 ```
The liuyao block can also include a date on the first non-empty line and the hexagram input on the second line:
```liuyao 2026-05-05 22:03 332112 ```
It will be rendered like

0, 1, 2, or 3.0: old yin, 老阴1: young yang, 少阳2: young yin, 少阴3: old yang, 老阳src/core/common.ts.liuyao block may optionally use the first non-empty line as a date and the second non-empty line as the hexagram input.坤坎离离震兑.The rendered card shows:
乾宫 乾为天世 or 应 marker on the right when presentv{VERSION} © {YEAR} Kasukabe Tsumugi. All Rights Reserved.Each rendered divination card includes a copyright watermark in the bottom left corner. The watermark displays:
This watermark is styled with the .kasukabe-watermark CSS class and can be customized if needed.
The source entry is src/main.ts, and build artifacts are written to dist/.
pnpm installpnpm buildThe build produces:
dist/main.jsdist/manifest.jsondist/styles.cssCopy those three files into your vault at .obsidian/plugins/liuyao/.