Releases: einfachsj/obsidian-corvidae
Release list
2.0.11
Full Changelog: 2.0.9...2.0.11
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5 (Alpha)
2.0.4 (Alpha)
Corvidae 2.0.4
Hardening release focused on Obsidian community-plugin review readiness.
Highlights
- Safer markdown embeds — Ticket boxes use a short-lived
Componentfor rendering, avoiding memory leaks from tying UI to the plugin instance. - Obsidian 1.13+ settings — Declarative
getSettingDefinitions()so settings show up in Obsidian’s settings search; destructive actions usesetDestructive(). - Correct persistence — Settings saves still merge with dashboard box data (no accidental wipe of
dashboardBoxes). - Cleaner typing & config paths — Stricter settings load; folder-note excludes use
Vault#configDirinstead of a hardcoded.obsidianmigration. - Build artifacts in repo —
build/main.js,manifest.json, andstyles.cssare committed so reviewers can verify the build.
Requirements
- Obsidian
minAppVersion: 1.13.0
Install
Download the release assets (main.js, manifest.json, styles.css) — not the Source code zip.
2.0.3 (Alpha)
2.0.2 (Alpha)
CORVIDAE 2.0.2 (Alpha)
First public alpha aimed at Obsidian Community Plugin review.
Configure a modular Obsidian dashboard with graph, note, browser, terminal, and ticket boxes. Manage project tickets in a sidebar, sync folder notes and hybrid links, auto-fill frontmatter, customize the explorer, and style graph node sizes and colors.
What's new in 2.0.2
- Removed
console.log/console.debugnoise (review guideline) - Settings UI uses
Setting.setHeading()— no plugin-name top heading - Release pipeline publishes installable assets (
main.js,manifest.json,styles.css)
Requirements
- Obsidian 1.12.7+
- Desktop only (
isDesktopOnly: true— browser/terminal boxes use Electron APIs) - Core plugin Web Viewer enabled for browser boxes
Install (manual / BRAT)
Download these three release assets (not the Source code zip):
main.jsmanifest.jsonstyles.css
Put them in <vault>/.obsidian/plugins/corvidae/ and enable the plugin.
Or install via BRAT using this repository.
Features
- Modular dashboard (graph, note, browser, terminal, ticket boxes)
- Ticket sidebar for project workflows
- Graph frontmatter tools (size, color, legend)
- Folder notes & hybrid links
- Auto-frontmatter and explorer helpers
Links
- Author: ein.ink
- Site: plugin.corvidae.app
- Repo: einfachsj/obsidian-corvidae
Feedback
Please report bugs and review feedback as GitHub Issues. This alpha is intentionally lean for Community Plugin submission.