mirror of
https://github.com/uglyboy-tl/obsidian-ink-player.git
synced 2026-07-22 05:42:02 +00:00
No description
- 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 |
||
|---|---|---|
| .github/workflows | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| README.zh-cn.md | ||
| tsconfig.json | ||
| versions.json | ||
| vite.config.ts | ||
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
- In Obsidian, navigate to
Settings→Community Plugins→Browse. - Search for
Ink Playerand select the Ink Player plugin. - Click
Install. - Click
Enable.
Usage
- Open an Ink script file.
- Use the
Activate Ink Storycommand (available via the command palette or the dedicated ribbon button). - Enjoy your story!
Contributing
- Clone this repository.
- Run
npm ioryarnto install dependencies. - Run
npm run devto start compilation in watch mode.