Skip to content

A plugin for Obsidian that allows the creation of symlinks - for Windows, OS X and Linux only!

License

Notifications You must be signed in to change notification settings

pteridin/obsidian_symlink_plugin

Repository files navigation

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 -s to create symlinks on Linux and MacOS
    • Utilizes mklink /D to create symlinks on Windows across different drives, requires admin privileges
    • Utilizes mklink /J to create junctions on Windows, requires no admin privileges
  • Create symlinks to files within & outside of your vault
    • Utilizes ln -s to create symlinks on Linux and MacOS
    • Utilizes mklink to create symlinks on Windows, requires admin privileges

Available Commands

  • Creates a symlink to a file: Creates a symlink to a file
  • Creates a symlink to a folder: Creates a symlink to a folder

About

A plugin for Obsidian that allows the creation of symlinks - for Windows, OS X and Linux only!

Resources

License

Stars

Watchers

Forks

Packages

No packages published