Skip to content

Qoderian 1.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Aug 05:36
· 15 commits to main since this release

Installation

Download main.js, manifest.json, and styles.css below, then place
them in your vault's plugin directory:

<your-vault>/.obsidian/plugins/qoderian/
├── main.js
├── manifest.json
└── styles.css

Then enable the Qoderian plugin in Obsidian settings.

The MIT license and attribution notice are embedded at the top of
main.js; see LICENSE
and NOTICE in the repository.

What's Changed

Fixed

  • Restored editable settings on Obsidian 1.13+. The settings tab now
    implements the declarative settings API with native controls and full
    settings search support; rows with custom UI (Qoder CLI path, max tabs,
    chat view placement, navigation keys, ! bash, slash commands,
    subagents, MCP servers, plugins) keep their rich behavior. display()
    remains as the fallback for Obsidian versions older than 1.13.

See CHANGELOG.md for the full history.