mirror of
https://github.com/pteridin/obsidian_symlink_plugin.git
synced 2026-07-22 11:00:31 +00:00
No description
| .github/workflows | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| versions.json | ||
Symlink Creator
A Community Plugin for Obsidian.md to add symlinks and junctions to your vault.
Disclaimer
Please note that this Plugin is in early development and may not work as expected. Furthermore, creating symlinks and junctions can be dangerous and may lead to data loss. Please use this Plugin with caution.
This plugin only works in Desktop mode, thus mobile users are not supported!
Features
- Create symlinks to folders within & outside of your vault
- Utilizes
ln -sto create symlinks on Linux and MacOS - Utilizes
mklink /Dto create symlinks on Windows across different drives, requires admin privileges - Utilizes
mklink /Jto create junctions on Windows, requires no admin privileges
- Utilizes
- Create symlinks to files within & outside of your vault
- Utilizes
ln -sto create symlinks on Linux and MacOS - Utilizes
mklinkto create symlinks on Windows, requires admin privileges
- Utilizes
Available Commands
Creates a symlink to a file: Creates a symlink to a fileCreates a symlink to a folder: Creates a symlink to a folder