line-multi-selector
approvedby ibarv
Implement multi-line selection via line-number regions. - This plugin has not been manually reviewed by Obsidian staff.
↓ 27 downloadsUpdated 16d agoMIT
line-multi-selector
Select entire lines from the editor gutter with contiguous and non-contiguous multi-line selection.
Installation
From Obsidian Community Plugins
- After the plugin is approved, open Settings > Community plugins, search for
line-multi-selector, then install and enable it.
Manual Installation
- Download main.js and manifest.json from the latest release page.
- Copy both files into
/.obsidian/plugins/line-multi-selector/under your vault directory. - Reload Obsidian and enable this plugin under Settings > Community Plugins.
Features
- Click any line number to select the entire line.
- Ctrl/Cmd + Click: Toggle selection status to add or remove a single line from the current selection range.
- Shift + Click: Select contiguous content between two lines.
- Hold LMB and drag: Quickly select a block of contiguous lines.
- When appending selections via Method 2, new selections will be added to the remembered selection set.
Usage
| Operation | Effect |
|---|---|
| 1. Click any line number | Select the entire line |
| 2. Ctrl/Cmd + Click | Toggle selection status to add or remove a single line from the current selection range. |
| 3. Shift + Click | Select contiguous content between two lines. |
| 4. Hold LMB and drag | Quickly select a block of contiguous lines. |
- When appending selections via Method 2, new selections will be added to the remembered selection set.
Compatibility
- Requires Obsidian 0.15.0 or later.
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.