Releases: turnipsforme/simple-meeting-sidebar
Releases · turnipsforme/simple-meeting-sidebar
Release list
0.5.3
Full Changelog: 0.5.2...0.5.3
0.5.2
Calendar Meetings 0.5.1
Keep the sidebar blank after a successful refresh with no meetings today.
Calendar Meetings 0.5.0
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
- 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
- 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
- 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, andstyles.cssas individual assets instead of a zip — download all three into.obsidian/plugins/wrens-calendar-meetings.
Calendar Meetings 0.4.0
- Superseded by 0.4.1 — releases now ship plain
main.js,manifest.json, andstyles.cssas 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, andcreate-next-meeting-noteviaobsidian://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
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
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-upadvances toMeeting 13. - New meeting notes use the linked daily note’s date as their link label, such as
Mon, Aug 3 2026, instead ofToday. - Published the ZIP plus separate
main.js,manifest.json, andstyles.cssassets for BRAT.
Verification
- 28 TypeScript tests passed.
- Universal macOS Calendar helper self-test passed.