Sean local155 downloadsShare selected plugins from the current vault to another Obsidian vault by creating symbolic links.
Plugin Share Linker is a desktop-only Obsidian plugin for sharing community plugins from the current vault to another Obsidian vault.
It supports two sharing modes:
This plugin is marked as desktop-only because it uses Node.js filesystem APIs.
Copy these files into:
<your-vault>/.obsidian/plugins/plugin-share-linker/
Required files:
main.js
manifest.json
styles.css
README.md
Then enable Plugin Share Linker in Obsidian's Community Plugins settings.
The target plugin path is:
<target-vault>/.obsidian/plugins/<plugin-folder-name>
Use Copy when you want the target vault to have its own independent copy of the plugin files.
Use Symlink when you want multiple vaults to share the same plugin files from the source vault.
Plugin Share Linker does not overwrite existing target plugins.
If the target path already contains a folder, file, or conflicting symlink with the same plugin folder name, the plugin skips that item and reports the result.
Use the language button at the top of the plugin settings page to switch between English and Chinese.
For a GitHub release, upload the unpacked plugin files directly:
main.js
manifest.json
styles.css
README.md