Johannes Kaindl51 downloadsCast the I Ching (Yijing) in your vault: three-coin oracle with Wilhelm hexagram texts, readings saved as notes. Local-first, no cloud.
Cast the I Ching (Yijing) inside Obsidian. A three-coin oracle with the classic Richard Wilhelm hexagram texts — and every reading is saved as a vault note: searchable, linkable, part of your thinking. Local-first, no cloud, no account.
Native Obsidian re-implementation of the oracle core from the Yijing web/app project. Not a port of the whole thing — a focused plugin where the vault is the oracle journal.
hexagram, changing_lines, resulting, question, …) in a folder of your
choice, or inserted at the cursor of the current note.Both optional features stay off until you configure an endpoint. Nothing ever leaves your machine.
Search for Yijing Oracle in Settings → Community plugins → Browse, then click Install and Enable.
Download main.js, manifest.json and styles.css from the
latest release and place them in
<vault>/.obsidian/plugins/yijing-oracle/, then enable the plugin under
Settings → Community plugins.
git clone https://codeberg.org/jkaindl/yijing-oracle
cd yijing-oracle
npm install
npm run build # produces main.js
Then copy main.js, manifest.json and styles.css into
<vault>/.obsidian/plugins/yijing-oracle/ and reload Obsidian.
Open the panel via the sparkles ribbon icon or the Open oracle panel command. Type a question (optional) and hit Cast the coins — you get the hexagram figure, its changing lines and the resulting hexagram.
From there:
Two commands skip the panel entirely and cast straight away:
| Command | What it does |
|---|---|
| Cast a reading into a new note | Casts and writes the note, no question. |
| Cast a reading at the cursor | Casts and inserts a link in the active note. |
Settings → Yijing Oracle, grouped into five collapsible sections:
| Section | What's in it |
|---|---|
| General | Reading language (or follow Obsidian), register (classic / gender-neutral), default output (new note / at cursor). |
| Note & storage | Readings folder, filename scheme ({date} {time} {hex} {resulting} {hexpair} {question}), open-after-save. |
| Note content | Frontmatter on/off plus a renameable key per field, Wilhelm's footnotes, per-section callout wrapping. |
| AI interpretation | Endpoints, model, API key, system prompt (built-in templates or your own), thinking behaviour. |
| Image generation | Image endpoint, style suffix, negative prompt, size. See the setup guide. |
On endpoints: list them one per line — the first reachable one wins, so the order is the priority. That way one config covers every network (localhost at your desk, LAN IP on the go) without switching anything. Each row has its own connection test with a plain-language result.
Three coins per line (distribution 1:3:3:1), six lines built bottom-up, mapped to the
King-Wen sequence. Changing lines yield a second, resulting hexagram. All of this is
pure, tested logic (src/core/) with a parity gate proving the King-Wen table matches
the bundled data — the fourth canonical copy alongside the web app, build script and
the native OracleKit.
npm install
npm run dev # esbuild watch → main.js
npm run gate # lint + typecheck + test + check:pure + check:bundle
The oracle core (src/core/) never imports obsidian (enforced by check:pure) and
is fully unit-tested. The src/obsidian/ layer holds the view, settings and file I/O.
Source code: AGPL-3.0-or-later (see LICENSE). The Richard Wilhelm
translation in the bundled data is public domain. © 2026 Johannes Kaindl.