Skip to content

Releases: shuuul/obsidian-sidecard

0.1.3

Choose a tag to compare

@shuuul shuuul released this 05 Jul 15:28

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

Choose a tag to compare

@shuuul shuuul released this 05 Jul 15:18

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

Choose a tag to compare

@shuuul shuuul released this 05 Jul 13:31

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

Choose a tag to compare

@shuuul shuuul released this 05 Jul 13:23

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 sidecard and public name SideCard.
  • Declares minimum Obsidian version 1.7.2 for the APIs in use.
  • Includes release assets required by Obsidian: main.js, manifest.json, and styles.css.