No description
Find a file
Uglyboy 1d8f41eb9c feat(plugin): 添加 Ink Story 插件设置功能
- 新增插件设置页面,包含多个配置选项
- 在 main.ts 中添加类型定义,提高代码可读性
- 更新 package-lock.json,升级部分依赖版本
- 重构部分代码,为新功能做准备
2025-03-18 10:55:48 +08:00
.github/workflows Add release workflow 2025-03-08 08:56:37 +08:00
src feat(plugin): 添加 Ink Story 插件设置功能 2025-03-18 10:55:48 +08:00
.editorconfig Initial commit 2025-03-04 10:25:20 +08:00
.eslintignore Initial commit 2025-03-04 10:25:20 +08:00
.eslintrc Initial commit 2025-03-04 10:25:20 +08:00
.gitignore Initial commit 2025-03-04 10:25:20 +08:00
.npmrc Initial commit 2025-03-04 10:25:20 +08:00
esbuild.config.mjs Initial commit 2025-03-04 10:25:20 +08:00
LICENSE Update LICENSE 2025-03-11 11:21:43 +08:00
main.ts feat: 创建 Ink Player 插件 2025-03-04 21:17:37 +08:00
manifest.json build(ink-player): 更新版本号至 1.0.2 2025-03-11 12:14:13 +08:00
package-lock.json feat(plugin): 添加 Ink Story 插件设置功能 2025-03-18 10:55:48 +08:00
package.json build(ink-player): 更新版本号至 1.0.2 2025-03-11 12:14:13 +08:00
README.md docs(README): 更新文档以匹配 Ink Player 插件 2025-03-11 10:23:58 +08:00
README.zh-cn.md docs(README): 更新文档以匹配 Ink Player 插件 2025-03-11 10:23:58 +08:00
styles.css refactor(ink): 重构 Ink 组件和 hooks 2025-03-16 22:30:21 +08:00
tsconfig.json feat: 创建 Ink Player 插件 2025-03-04 21:17:37 +08:00
version-bump.mjs Initial commit 2025-03-04 10:25:20 +08:00
versions.json Initial commit 2025-03-04 10:25:20 +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 (usually with a .ink extension).
  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.