No description
Find a file
2026-07-19 17:00:33 +08:00
.doc del rub doc 2026-07-19 15:53:40 +08:00
.github/workflows chore: address community review warnings 2026-07-19 16:54:16 +08:00
.gitignore Initial commit: Obsidian line-multi-selector plugin 2026-07-16 22:28:34 +08:00
LICENSE Initial commit 2026-07-16 20:50:38 +08:00
main.js Initial commit: Obsidian line-multi-selector plugin 2026-07-16 22:28:34 +08:00
manifest.json chore: bump version to 0.1.5 2026-07-19 17:00:33 +08:00
README.md chore: address community review warnings 2026-07-19 16:54:16 +08:00
versions.json chore: bump version to 0.1.5 2026-07-19 17:00:33 +08:00

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

  1. Download main.js and manifest.json from the latest release page.
  2. Copy both files into /.obsidian/plugins/line-multi-selector/ under your vault directory.
  3. Reload Obsidian and enable this plugin under Settings > Community Plugins.

Features

  1. Click any line number to 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.
  5. 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.