Qoderian 1.0.2
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
Added
- Plugin settings are now searchable from Obsidian's settings search
(Obsidian 1.13+).
Changed
- GitHub releases now include build provenance attestations, so the
plugin files can be verified against this repository. - Replaced deprecated Obsidian APIs (
setWarning,setDynamicTooltip)
with their 1.13 replacements, keeping fallbacks for older versions.
See CHANGELOG.md for the full history.