Skip to content

Releases: turnipsforme/simple-meeting-sidebar

0.5.3

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:29

Full Changelog: 0.5.2...0.5.3

0.5.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 07:47

Full Changelog: 0.5.1...0.5.2

Calendar Meetings 0.5.1

Choose a tag to compare

@turnipsforme turnipsforme released this 01 Sep 17:16

Keep the sidebar blank after a successful refresh with no meetings today.

Calendar Meetings 0.5.0

Choose a tag to compare

@turnipsforme turnipsforme released this 30 Aug 21:07

What changed

  • Adds an option to skip adding newly created meeting notes to the daily note.
  • Meeting notes still link back to the daily note when this option is off.
  • Includes the rebuilt Obsidian plugin bundle.

Calendar Meetings 0.4.3

Choose a tag to compare

@turnipsforme turnipsforme released this 26 Aug 08:39
  • Pill click refreshes today's meetings: clicking the small pill at the top of the sidebar now triggers a calendar refresh instead of hiding the sidebar (drag still repositions it).
  • Refresh keeps handled events hidden: unlike the "Refresh today's meetings" command, the pill refresh doesn't bring back meetings you've already added as tasks or meeting notes — the list stays empty unless there's something new.
  • Subtle "Refreshing calendars…" indicator in the sidebar while a refresh runs.

Assets: main.js, manifest.json, styles.css — copy all three into .obsidian/plugins/wrens-calendar-meetings.

Calendar Meetings 0.4.2

Choose a tag to compare

@turnipsforme turnipsforme released this 24 Aug 13:18
  • Last divider removed: the leftover separator line around the plugin's sidebar entry (including the one drawn by the neighboring pane above) is now hidden — only the pill and the plugin contents are visible.
  • Smaller, more minimalist pill: reduced to a tiny 16×4px handle; drag it up/down to reposition the plugin on screen, click to hide the sidebar.

Assets: main.js, manifest.json, styles.css — copy all three into .obsidian/plugins/wrens-calendar-meetings.

Calendar Meetings 0.4.1

Choose a tag to compare

@turnipsforme turnipsforme released this 24 Aug 13:14
  • Repositionable pill: drag the pill up/down to adjust the plugin's position within the sidebar (the offset is remembered). Click still hides the sidebar.
  • No more stray dividers: all separator/border lines around the plugin's sidebar entry are removed — only the pill (acting as the separator above it) and its contents are visible.
  • Release format change: releases now ship plain main.js, manifest.json, and styles.css as individual assets instead of a zip — download all three into .obsidian/plugins/wrens-calendar-meetings.

Calendar Meetings 0.4.0

Choose a tag to compare

@turnipsforme turnipsforme released this 24 Aug 13:04
  • Superseded by 0.4.1 — releases now ship plain main.js, manifest.json, and styles.css as individual assets instead of a zip; download those three from 0.4.1 into .obsidian/plugins/wrens-calendar-meetings.

Original notes:

  • Advanced URI support: trigger refresh-todays-meetings, add-next-meeting-as-task, and create-next-meeting-note via obsidian://adv-uri?vault=…&commandid=wrens-calendar-meetings%3A<command>.
  • Guest-based person matching with the new Ignored people setting.
  • Quieter empty state: no message once all meetings are handled.
  • Sidebar toggle + minimalist pill replacing the tab icon/separator.

Calendar Meetings 0.3.2

Choose a tag to compare

@turnipsforme turnipsforme released this 21 Aug 05:50

Calendar Meetings now adds its sidebar view only once on a new install. If you close the sidebar, it stays closed after later Obsidian launches and can still be reopened from the command palette.

Calendar Meetings 0.3.1

Choose a tag to compare

@turnipsforme turnipsforme released this 03 Aug 12:14

What’s changed

  • Renamed Show today’s meetings to Open meetings sidebar so it is clearly distinct from Today’s calendar events.
  • Meeting numbering now recognizes numbered notes with a trailing dash and description; for example, Meeting 12 - follow-up advances to Meeting 13.
  • New meeting notes use the linked daily note’s date as their link label, such as Mon, Aug 3 2026, instead of Today.
  • Published the ZIP plus separate main.js, manifest.json, and styles.css assets for BRAT.

Verification

  • 28 TypeScript tests passed.
  • Universal macOS Calendar helper self-test passed.