mirror of
https://github.com/ibarv/obsidian_line-multi-selector.git
synced 2026-07-22 08:34:36 +00:00
No description
| .doc | ||
| .github/workflows | ||
| .gitignore | ||
| LICENSE | ||
| main.js | ||
| manifest.json | ||
| README.md | ||
| versions.json | ||
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.