No description
Find a file
2024-10-31 13:21:09 +01:00
.github/workflows Removed styles.css 2024-10-31 13:21:09 +01:00
esbuild.config.mjs Added missing files 2024-10-31 13:16:16 +01:00
LICENSE Create LICENSE 2024-09-22 15:07:43 +02:00
main.ts Added symlinks for files 2024-10-31 13:00:32 +01:00
manifest.json Added symlinks for files 2024-10-31 13:00:32 +01:00
package-lock.json Junction now default; Windows works 2024-09-22 14:59:54 +02:00
package.json Added symlinks for files 2024-10-31 13:00:32 +01:00
README.md Changed README 2024-10-31 13:07:36 +01:00
tsconfig.json Initial commit 2024-09-22 12:56:56 +02:00
versions.json Added missing files 2024-10-31 13:16:16 +01:00

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