A Local add on for adding symlinks for plugins to new sites. These can be set on individual sites, or in preferences as a default.
- Download the latest release bundle (local-addon-symlinks-.tgz) from releases
- Open local and go to Add-ons > Installed
- Click 'Install from disk' and select the previously downloaded bundle.
Clone the repository into the following directory depending on your platform:
- macOS:
~/Library/Application Support/Local/addons
- Windows:
C:\Users\username\AppData\Roaming\Local\addons
- Debian Linux:
~/.config/Local/addons
You can replace 'Local' with 'Local Beta' if you want to create the add-on for Local Beta.
yarn install
or npm install
- Clone repo directly into the add-ons folder (paths described above)
yarn install
ornpm install
(install dependencies)yarn build
ornpm run build
yarn link-addon
- Open Local and enable add-on
MIT