No description
Find a file
Uglyboy 3b1a19cd0c feat(plugins): add plugin dependency resolution system
- Centralize plugin imports in utils/deps.ts with dependency graph
- Cascade dependencies when toggling plugins (e.g., auto-save requires memory)
- Rename plugin setting keys from snake_case to kebab-case to match plugin IDs
- Update settings toggle to use resolve() for dependency-aware behavior
- Fix Object.assign to avoid mutating DEFAULT_SETTINGS
2026-04-30 09:02:35 +08:00
.github/workflows chore(deps): update dependencies and release workflow 2026-04-22 06:22:08 +08:00
scripts chore(release): update changelog and fix release script tag reference 2026-04-24 10:10:03 +08:00
src feat(plugins): add plugin dependency resolution system 2026-04-30 09:02:35 +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
CHANGELOG.md chore(release): update changelog and fix release script tag reference 2026-04-24 10:10:03 +08:00
LICENSE Update LICENSE 2025-03-11 11:21:43 +08:00
manifest.json chore(release): v2.0.7 2026-04-22 06:23:07 +08:00
package.json chore(config): remove unused tooling and streamline build setup 2026-04-28 20:52:35 +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(config): remove unused tooling and streamline build setup 2026-04-28 20:52:35 +08:00
versions.json chore(release): v2.0.7 2026-04-22 06:23:07 +08:00
vite.config.ts chore(config): remove unused tooling and streamline build setup 2026-04-28 20:52:35 +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.