Inline Code Copy

approved

by Hongchen Lin

Copy inline code on click in reading view.

3 stars620 downloadsUpdated 1y agoMIT
View on GitHub

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 i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.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.