Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vipzhicheng/logseq-plugin-move-block
A Logseq plugin help you copy or cut blocks to anywhere you want.
https://github.com/vipzhicheng/logseq-plugin-move-block
Last synced: 3 months ago
JSON representation
A Logseq plugin help you copy or cut blocks to anywhere you want.
- Host: GitHub
- URL: https://github.com/vipzhicheng/logseq-plugin-move-block
- Owner: vipzhicheng
- License: other
- Created: 2021-11-02T18:09:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T07:48:07.000Z (6 months ago)
- Last Synced: 2024-06-19T09:41:59.354Z (5 months ago)
- Language: CSS
- Homepage: https://www.vipzhicheng.com/logseq-plugin-move-block/
- Size: 7.36 MB
- Stars: 47
- Watchers: 1
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - logseq-plugin-copy-ref-to-journal - Copy any page blocks ref to today's journal page (🔌 Plugins)
- awesome-starred - vipzhicheng/logseq-plugin-move-block - A Logseq plugin help you copy any page blocks ref to today's journal page, very useful for task management case. (others)
README
# Logseq Plugin Move Block
[![Github All Releases](https://img.shields.io/github/downloads/vipzhicheng/logseq-plugin-move-block/total.svg)](https://github.com/vipzhicheng/logseq-plugin-move-block/releases)
A Logseq plugin to help you manage block movement.
https://github.com/vipzhicheng/logseq-plugin-move-block/assets/1209538/f6832d79-92a7-4113-86d8-163f4adb7f7f
**Note: Move Block is a paid plugin now. I charge a fee for a few of the features in this plugin. The main features are still free to use.**
## Usage
The default key-binding for the UI is: `mod+shift+m`
You can learn more from the official [documentation](https://www.vipzhicheng.com/logseq-plugin-move-block/)
## Install
### Manually
1. Git clone this repo
2. Run `npm install`
3. Run `npm run build`
4. In Logseq, click `Plugins` which is in the right top dropdown menu
5. Click the `Load unpacked plugin` button and select the dist directory of this plugin directory
6. If the plugin does not work, you can try to disable and enable the plugin by clicking the switch button on the Plugins page.### Marketplace
Better choice.
## Inspiration and Thanks
Part of my inspiration comes from the following plugins:
- [logseq-extract-plugin](https://github.com/sidharth-panwar/logseq-extract-plugin)
- [logseq-plugin-block-to-page](https://github.com/hyrijk/logseq-plugin-block-to-page)## Notice
If you want to move multiple selected blocks at once, you must use the shortcut way. The icon top right corner is not recommended. Because it will lose the selected block state.