Joplin Plugin
Add a copy button to the code blocks.
- Open Joplin, go to Tools > Options > Plugins.
- Search for
Copy Code Blocks
. - Install this plugin.
- Finally, restart the application.
- Go to the Releases to download the plugin package
zip
file and unzip it. - Open Joplin, go to Tools > Options > Plugins.
- Click Manage your plugins > Install from file, select the previously unzipped
jpl
file. - Finally, restart the application.
The plugin is built using Webpack, which creates the compiled code in /dist
. A JPL archive will also be created at the root, which can use to distribute the plugin.
To build the plugin, simply run npm run dist
.
MIT license