charliecm2k downloadsAdds commands to quickly select, copy, cut, and paste lines under the selection or cursor.
An Obsidian plugin that adds the following commands:

I wrote this plugin because I wanted a quick way to cut a line on mobile. However, the default cut command doesn't behave the way it does on desktop (cutting the entire line under the cursor when there's no selection). Therefore, the “cut lines” command makes it easier for me to move lines quickly without needing to painstakingly select lines accurately with my fingers.
You can add these commands to your toolbar on mobile to easily access them.
From inside Obsidian…
For manual installation, download this repo and copy over main.js and manifest.json to your vault: VaultFolder/.obsidian/plugins/obsidian-line-commands/.
yarn to install dependencies.yarn dev to start compilation in watch mode.bash install-built.sh /path/to/your/vault -d to create symbolic links of built files to your vault for quick development.yarn build.npm version [patch/minor/major] to bump version in manifest.json and versions.json.CHANGELOG.md.git tag -a 1.0.1 -m "1.0.1"
git push origin 1.0.1
main.js and manifest.json are attached.If you really like this plugin and want to support its development, please consider buying me a coffee 🙂 Thanks!