No description
Find a file
2026-04-18 06:24:45 +08:00
.github/workflows chore(ci): switch build tool from Node.js to Bun 2026-04-08 09:03:31 +08:00
scripts chore(release): update dependencies and release script 2026-04-18 06:24:45 +08:00
src fix(compiler): 移除 YAML frontmatter 避免解析错误 2026-04-08 09:20:06 +08:00
.editorconfig Initial commit 2025-03-04 10:25:20 +08:00
.gitignore chore(build): migrate from esbuild to vite 2026-03-31 11:11:29 +08:00
.npmrc Initial commit 2025-03-04 10:25:20 +08:00
biome.json chore(tooling): replace eslint with biome 2026-03-31 11:11:38 +08:00
bun.lock chore(release): update dependencies and release script 2026-04-18 06:24:45 +08:00
CHANGELOG.md chore(release): update dependencies and release script 2026-04-18 06:24:45 +08:00
LICENSE Update LICENSE 2025-03-11 11:21:43 +08:00
manifest.json chore(release): v2.0.5 2026-04-18 06:09:51 +08:00
package.json chore(release): update dependencies and release script 2026-04-18 06:24:45 +08:00
README.md Update README.md 2025-05-21 18:52:05 +08:00
README.zh-cn.md Update README.zh-cn.md 2025-05-21 18:52:27 +08:00
tsconfig.json chore(build): migrate from esbuild to vite 2026-03-31 11:11:29 +08:00
versions.json chore(release): v2.0.5 2026-04-18 06:09:51 +08:00
vite.config.ts chore(build): migrate from esbuild to vite 2026-03-31 11:11:29 +08:00
vitest.config.ts chore(build): migrate from esbuild to vite 2026-03-31 11:11:29 +08:00

Ink Player for Obsidian

English | 中文

This is an open-source Obsidian plugin for playing interactive fiction powered by Inkle's ink engine, designed for web games.

You can find a guide to the basics of ink here.

Thanks to Calico, this plugin offers a wealth of new features, including custom tags, full mobile compatibility, game saving, and advanced parsing.

Installation

  1. In Obsidian, navigate to SettingsCommunity PluginsBrowse.
  2. Search for Ink Player and select the Ink Player plugin.
  3. Click Install.
  4. Click Enable.

Usage

  1. Open an Ink script file.
  2. Use the Activate Ink Story command (available via the command palette or the dedicated ribbon button).
  3. Enjoy your story!

Contributing

  • Clone this repository.
  • Run npm i or yarn to install dependencies.
  • Run npm run dev to start compilation in watch mode.