Scholarium 2.0.0
Scholarium 2.0.0
Highlights
- Adds first-pass embedded chemistry blocks with Ketcher-backed editing, markdown storage, and SVG/preview rendering in notes and experiment detail cards.
- Adds an RSS literature board foundation plus article parsing/reading and web clipping support.
- Updates theme handling so Scholarium can follow Obsidian/system light and dark mode while keeping the existing accent palette.
- Repairs dark/light contrast for the workspace, idea library, material library, and research tool library.
- Fixes plugin startup by lazy-loading the Ketcher editor runtime only when the chemistry editor is opened.
Validation
- Ran npm run build successfully.
- Simulated main.js plugin module loading with a mocked Obsidian API.
- Scanned source/release-controlled files for common secret token patterns; no real secrets matched.
Release assets
This release includes the standard Obsidian assets: manifest.json, main.js, and styles.css. Ketcher is bundled into main.js and loaded lazily.