mirror of
https://github.com/uglyboy-tl/obsidian-ink-player.git
synced 2026-07-22 05:42:02 +00:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| README.zh-cn.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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 (usually with a
.inkextension). - 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.