Installation
Download from GitHub (Recommended)
- Go to the latest release
- Download these three files from the release assets:
main.jsmanifest.jsonstyles.css
- In your vault, create the plugin folder:
.obsidian/plugins/meetingmind/ - Copy the three downloaded files into that folder
- Restart Obsidian
- Go to Settings → Community Plugins and enable MeetingMind
One-liner for terminal users
bash
mkdir -p /path/to/vault/.obsidian/plugins/meetingmind && \
cd /path/to/vault/.obsidian/plugins/meetingmind && \
curl -sL https://github.com/pattynextdoor/meetingmind/releases/latest/download/main.js -O && \
curl -sL https://github.com/pattynextdoor/meetingmind/releases/latest/download/manifest.json -O && \
curl -sL https://github.com/pattynextdoor/meetingmind/releases/latest/download/styles.css -OFrom Community Plugins
Coming Soon
MeetingMind is currently under review for the Obsidian Community Plugin store. Once approved, you'll be able to install directly from Settings → Community Plugins → Browse.
Verify Installation
After installation, you should see:
- Settings tab: Settings → MeetingMind
- Status bar: A sync icon in the bottom status bar
- Commands: Open command palette and search "MeetingMind"
Updating
When a new version is released, download the updated files from the releases page and replace the files in your plugins folder. Once we're in the Community Plugin store, Obsidian will handle updates automatically.