https://github.com/urbanmorph/obsidian-mdshare
Obsidian plugin for sharing markdown via mdshare.live
https://github.com/urbanmorph/obsidian-mdshare
Last synced: about 1 month ago
JSON representation
Obsidian plugin for sharing markdown via mdshare.live
- Host: GitHub
- URL: https://github.com/urbanmorph/obsidian-mdshare
- Owner: urbanmorph
- License: mit
- Created: 2026-04-04T07:20:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-16T02:19:10.000Z (about 2 months ago)
- Last Synced: 2026-05-16T04:38:36.499Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdshare for Obsidian
Share markdown files instantly via [mdshare.live](https://mdshare.live). No login required.
## Install
### From Community Plugins (recommended)
1. In Obsidian: **Settings → Community plugins → Browse**
2. Search for **mdshare**
3. Click **Install**, then **Enable**
### Alternative: BRAT (for pre-release builds)
If you want to track unreleased changes ahead of the Community Plugins listing:
1. Install [BRAT](https://github.com/TfTHacker/obsidian42-brat) from Community Plugins
2. In BRAT settings, click "Add Beta Plugin"
3. Enter: `urbanmorph/obsidian-mdshare`
### Alternative: Manual
1. Download `main.js` and `manifest.json` from the [latest release](https://github.com/urbanmorph/obsidian-mdshare/releases)
2. Create a folder: `/.obsidian/plugins/mdshare/`
3. Copy both files into that folder
4. Enable the plugin in Settings → Community Plugins
## Usage
- **Right-click a `.md` file** in the file explorer → "Share on mdshare"
- **Select text** in the editor → right-click → "Share selection on mdshare"
- **Command palette** (Cmd/Ctrl+P) → "Share current file on mdshare"
The admin URL is automatically copied to your clipboard.
## Network usage
This plugin sends markdown content to `https://mdshare.live/api/documents` to generate shareable links. No account is required. No data is collected or stored beyond the shared document, which expires after 90 days.
## About
[mdshare.live](https://mdshare.live) is a free service for sharing markdown documents. No accounts, no setup. Documents expire after 90 days.