Inline Code Copy
approvedby Hongchen Lin
Copy inline code on click in reading view.
★ 3 stars↓ 620 downloadsUpdated 1y agoMIT
Inline Code Copy
This plugin lets you quickly copy the content of inline code blocks with a simple click in reading view.
Inspired by https://github.com/ozavodny/obsidian-copy-inline-code-plugin
Why this plugin?
I often store credentials and account details in Obsidian, and copying them requires selecting the text and pressing Ctrl + C—which isn’t as convenient as a single click. So, I created this plugin to make copying effortless!
How to use
- Clone this repo.
- Make sure your NodeJS is at least v16 (
node --version). npm ioryarnto install dependencies.npm run devto start compilation in watch mode.
Manually installing the plugin
- Copy over
main.js,styles.css,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/your-plugin-id/.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.