Releases: shuuul/obsidian-sidecard
Releases · shuuul/obsidian-sidecard
Release list
0.1.3
Patch release for Obsidian community review.
Changes since 0.1.2:
- Bump release version to 0.1.3 to trigger a fresh Obsidian community plugin review.
- Includes the settings heading removal and SideCard review-prep fixes from previous commits.
Release assets:
- main.js
- manifest.json
- styles.css
0.1.2
Patch release for Obsidian community review.
Changes since 0.1.1:
- Remove the settings page heading to satisfy Obsidian settings UI review guidance.
- Keep the SideCard manifest metadata and review-prep fixes from previous releases.
Release assets:
- main.js
- manifest.json
- styles.css
0.1.1
Patch release for Obsidian community review.
Changes since 0.1.0:
- Bump release version to 0.1.1 so the Obsidian community plugin review can pick up the corrected build.
- Keeps the valid SideCard manifest metadata and minimum Obsidian version from the review-prep fixes.
Release assets:
- main.js
- manifest.json
- styles.css
0.1.0
Initial release of SideCard for Obsidian.
Highlights:
- Heptabase-inspired sidebar card library for cross-referencing notes while writing.
- Add Markdown, PDF, and image cards from vault search or recent files.
- Drag editor tabs into SideCard to convert them into cards.
- Drag cards back out to open the source file as an editor tab.
- Reorder cards with the title-bar grip.
- Pin cards to lock height/body interaction without changing their order.
- Resize unpinned cards and insert Markdown references to source files.
Review/readiness:
- Uses valid Obsidian manifest metadata with plugin id
sidecardand public nameSideCard. - Declares minimum Obsidian version
1.7.2for the APIs in use. - Includes release assets required by Obsidian: main.js, manifest.json, and styles.css.