Duplicate Line Up/Down

by ando-s
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Duplicate the current line or selection upward or downward.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Duplicate Line Up/Down

An Obsidian plugin that duplicates the current line or selection upward or downward, similar to the functionality in VS Code.

Features

  • Duplicate Line Down: Duplicates the current line below
  • Duplicate Line Up: Duplicates the current line above (cursor moves to the duplicated line)
  • Works with selections as well as single lines

Usage

Use the command palette (Ctrl/Cmd + P) and search for:

  • Duplicate line down
  • Duplicate line up

Or assign hotkeys in Settings > Hotkeys:

  • Recommended: Shift + Alt + Down for duplicate down
  • Recommended: Shift + Alt + Up for duplicate up

Installation

From Community Plugins

  1. Open Settings > Community plugins
  2. Disable Safe mode
  3. Click Browse and search for "Duplicate Line Up/Down"
  4. Install and enable the plugin

Manual Installation

  1. Download main.js and manifest.json from the latest release
  2. Create a folder obsidian-duplicate-line-up-down in your vault's .obsidian/plugins/ directory
  3. Copy the downloaded files into the folder
  4. Reload Obsidian and enable the plugin in Settings > Community plugins