This plugin for Obsidian adds an icon inside each inline code, which when clicked, copies the content of the code into the clipboard. See screenshot of the functionality below.
From Obsidian v0.9.8, you can activate this plugin within Obsidian by doing the following:
- Open Settings > Third-party plugin
- Make sure Safe mode is off
- Click Browse community plugins
- Search for "Copy Inline Code"
- Click Install
- Once installed, close the community plugins window and activate the newly installed plugin
- Download
main.js
,styles.css
,manifest.json
from the latest release - Copy the files to your vault
[valut-folder]/.obsidian/plugins/copy-inline-code-plugin/
.
You can follow the same procedure to update the plugin
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version
). npm i
oryarn
to install dependencies.npm run dev
to start compilation in watch mode.