script-utils/bundlers/esbuild-impl/copy-to-obsidian-plugins-folder-plugin
This module defines an esbuild plugin that automatically copies the build output to the Obsidian plugins folder during development. This plugin helps streamline the development workflow by ensuring that the latest build is always available in the correct Obsidian folder for testing and use.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| CopyToObsidianPluginsFolderPluginParams | Parameters for copyToObsidianPluginsFolderPlugin. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| copyToObsidianPluginsFolderPlugin | Creates an esbuild plugin that copies the build output to the Obsidian plugins folder. |