Skip to content

Qoderian 1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:47
· 27 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

  • Resolved all blocking findings from the community plugin review: the icon
    renderer no longer assigns innerHTML, and every UI element is created
    through Obsidian's createEl helpers instead of native DOM APIs.
  • Restored the standard MIT license text so GitHub recognizes the repository
    license; Claudian attribution details now live in NOTICE.
  • Removed type assertions, a stray await, and unhandled-promise patterns
    flagged by the review's static analysis.

Changed

  • GitHub releases now attach only main.js, manifest.json, and
    styles.css; the license and attribution stay embedded in main.js.

See CHANGELOG.md for the full history.