obsidian-code-block-from-selection icon indicating copy to clipboard operation
obsidian-code-block-from-selection copied to clipboard

Obsidian plugin. Adds code block for the selected text.

Results 3 obsidian-code-block-from-selection issues
Sort by recently updated
recently updated
newest added

I'm not sure why this plugin exists since it's already possible to type ` ``` ` after selecting a block of text in **any (AFAIK)** Markdown editor, and it would...

A usage flow of pasting code is roughly as follows: 1. Paste the relevant code in IDEA (VS Code...); 2. Copy the relevant code in Obsidian and add the corresponding...

When I use this to convert an indented line to a code block the current indentation is ignored ``` 3. ### Setup HAProxy 1. Install HAProxy sudo apt install haproxy...