Qoderian 1.0.1
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 assignsinnerHTML, and every UI element is created
through Obsidian'screateElhelpers instead of native DOM APIs. - Restored the standard MIT license text so GitHub recognizes the repository
license; Claudian attribution details now live inNOTICE. - 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 inmain.js.
See CHANGELOG.md for the full history.