See details here: #36 (comment)
This is a plugin for Obsidian (https://obsidian.md).
Drag and Drop Blocks for actions such as moving and copying blocks, as well as creating block references by dragging.
*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.
- Drag block (no modifier) = move block
- Alt/Option + Drag = create a block reference
- Shift + Drag = copy the block
- Alt + Shift + Drag = copy the text of the block and also add a alias link back to the source block
Need to add a demo here...
- Copy a block
- Move a block
- Create a block reference
- Copy text and include an alias link back to the source block
- Copy search results by dragging results into your notes
- Create block reference by dragging search results into your notes while holding
Alt
Need to add some details and use cases here
- Copy over
main.js
,styles.css
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/your-plugin-id/
.