dcoales / obsidian-drag-and-drop-blocks

Drag and Drop blocks to move, copy and create block references.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub latest release GitHub All Releases

Drag and Drop Blocks plugin Overview

This is a plugin for Obsidian (https://obsidian.md).

Drag and Drop Blocks for actions such as moving, copying and creating block references.

*Note: Anywhere the term "block" is referenced it is synonymous with a "line" of text, a bullet in a list, a Header section, or a Markdown "block" of text.

Instructions

Requirements

  • Line Numbers must be turned on in Obsidian settings

image

How to use

  • Drag block (no modifier) = move block
  • Alt/Option + Drag = block reference
  • Shift + Drag = copy the block

Demo

Need to add a demo here...

Features

  • Copy a block
  • Move a block
  • Create a block reference
  • Copy text and include an alias link back to the source block

Details

Need to add some details and use cases here

General Obsidian Documentation

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/your-plugin-id/.

API Documentation

See https://github.com/obsidianmd/obsidian-api

About

Drag and Drop blocks to move, copy and create block references.


Languages

Language:TypeScript 97.5%Language:JavaScript 1.3%Language:CSS 1.2%