Kill and Yank

by INOUE Takuya
5
4
3
2
1
Score: 54/100

Description

Category: Coding & Technical Tools

The Kill and Yank plugin is a game-changer for Obsidian users who are familiar with the kill and yank functionality in Emacs. With this plugin, you can easily cut and paste text using keyboard shortcuts that will feel natural to anyone who has used these commands before. The kill line feature cuts from your cursor position to the end of the line, while the kill region feature cuts whatever selection you've made. You can then use the yank command to paste back what you've cut, and set mark allows you to toggle the start position of your selection. This plugin is a great addition for anyone who wants to streamline their editing workflow in Obsidian.

Reviews

No reviews yet.

Stats

15
stars
4,021
downloads
2
forks
1,183
days
1,152
days
1,152
days
14
total PRs
0
open PRs
0
closed PRs
14
merged PRs
1
total issues
0
open issues
1
closed issues
0
commits

Latest Version

3 years ago

Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/inouetakuya/obsidian-kill-and-yank/compare/1.1.0...1.2.0

README file from

Github

Obsidian Kill and Yank

Obsidian plugin to enable kill and yank (like Emacs) in the editor.

Obsidian https://obsidian.md

Usage

Kill line

Cut from the cursor position to the end of the line.

default: Control + k

Kill region

Cut the selection.

default: Control + w

Yank

Paste kill ring.

default: Control + y

Set mark

Toggle the start position of the selection.

default: Control + Space

Note

This plugin enables kill and yank in the editor, but does not enable kill and yank in the title.

If you wish to continue to use kill and yank in the title, change the default key mappings.

Development

Setup

yarn install

Format

yarn format:check
yarn format:fix

Lint

yarn lint
yarn lint:fix

Build

yarn build

Manually installing this plugin

Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/kill-and-yank/.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Better Word Count
6 years ago by Luke Leppan
Counts the words of selected text in the editor.
Hover Editor
4 years ago by NothingIsLost
Transform the Page Preview hover into a working editor instance
Emoji Toolbar
5 years ago by oliveryh
An Obsidian plugin to quickly add emojis into your notes
Image in Editor
5 years ago by Ozan Tellioglu
This Obsidian plugin to view Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.
Typewriter Scroll
5 years ago by death_au
Typewriter Scroll Obsidian Plugin
Relative Line Numbers
5 years ago by Nadav Spiegelman
Daily Notes Editor
3 years ago by boninall
A plugin for you to edit a bunch of daily notes in one page(inline), which works similar to Roam Research's default daily note view.
CookLang Editor
4 years ago by death_au/cooklang
Edit and display Cooklang recipes in Obsidian
Font Size Adjuster
2 years ago by Ryota Ushio
An Obsidian.md plugin to adjust font size via commands.
Auto Split
4 years ago by James Sartelle
Open notes with side-by-side editor & preview
Formatto
2 years ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Vim Yank Highlight
2 years ago by Aleksey Rowan
Highlight yanked text in Vim mode. Enjoy that subtle animation you've missed so much.
Min3ditorHotkeys
5 years ago by Davor Sauer
Obsidian plugin adding minimal editor hotkeys
MathLive in Editor Mode
2 years ago by MizarZh
MathLive input in editor mode.
Asciidoctor editor
2 years ago by dzruyk
Obsidian asciidoc editor plugin
Editor Autofocus
2 years ago by Mgussekloo
Source Mode Styling
3 months ago by Chris Howard
Obsidian plugin. Provides a customisable raw look in source mode using a monospace font to clearly differentiate from Live Preview.