Installation
Install Notemd in under 2 minutes. Two methods: (1) Obsidian Community Plugins (recommended, one-click install), or (2) Manual installation via GitHub Releases. Requires Obsidian 0.15.0+. Works on Windows, macOS, Linux, iOS, and Android. No external dependencies. 4k+ downloads, MIT licensed.
Method 1: Community Plugins (Recommended)
- Open Obsidian Settings (⚙️ icon or
Ctrl/Cmd + ,) - Navigate to Community plugins
- Click Browse
- Search for "Notemd"
- Click Install
- Click Enable
Done! You'll see the Notemd icon in your left sidebar.
Method 2: Manual Installation
Prerequisites
- Obsidian 0.15.0 or higher
- Git (optional, for cloning)
Steps
-
Download files from GitHub Releases:
main.jsstyles.cssmanifest.json
-
Locate your vault's plugin folder:
<your-vault>/.obsidian/plugins/If the
pluginsfolder doesn't exist, create it. -
Create Notemd folder:
<your-vault>/.obsidian/plugins/notemd/ -
Copy the three files into the
notemdfolder. -
Reload Obsidian:
- Press
Ctrl/Cmd + R, or - Restart Obsidian
- Press
-
Enable the plugin:
- Settings → Community plugins
- Find "Notemd" in the list
- Toggle it on
Alternative: Install via BRAT
If you use the BRAT plugin:
- Open BRAT settings
- Click "Add Beta plugin"
- Enter:
Jacobinwwey/obsidian-NotEMD - Click "Add Plugin"
- Enable Notemd in Community plugins
Verification
After installation, verify Notemd is working:
- Open any note
- Right-click in the editor
- You should see Notemd commands like:
- "Process file (add links)"
- "Extract concepts"
- "Research and summarize"
Next Steps
- Configure LLM provider: Quick Start →
- Troubleshooting: Common Issues →
System Requirements
| Platform | Version | Status |
|---|---|---|
| Obsidian | 0.15.0+ | Required |
| Windows | 7+ | ✅ Supported |
| macOS | 10.15+ | ✅ Supported |
| Linux | Any | ✅ Supported |
| iOS | 15+ | ✅ Supported |
| Android | 5+ | ✅ Supported |
Uninstallation
To remove Notemd:
- Settings → Community plugins
- Find "Notemd"
- Click the ❌ icon
- Optionally, delete the plugin folder:
<vault>/.obsidian/plugins/notemd/
Your data (notes, concept notes, etc.) remains untouched.
Updating
Auto-update (Recommended)
Obsidian automatically checks for plugin updates. When a new version is available:
- Settings → Community plugins
- Click "Check for updates"
- Click "Update" next to Notemd
Manual update
Download the latest release and replace the three files in your plugin folder.