hosikiti131 downloadsDrag and drop to reorder list items in the editor.
An Obsidian plugin that lets you drag and drop list items to reorder them in the editor.
-, *, +), ordered (1.), and task lists (- [ ])
| Setting | Description | Default |
|---|---|---|
| Ghost image | Show a semi-transparent preview of the item while dragging | On |
| Handle position | Before line content — handle at the far left of the lineBefore bullet marker — handle floats just left of the bullet/number |
Before line content |
| Handle offset | Gap between the handle and the bullet marker (em units, 0.5–3). Only shown when Before bullet marker is selected | 1.4 |
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/reorderable/git clone https://github.com/hosikiti/obsidian-reorderable-lists
cd obsidian-reorderable-lists
npm install
npm run dev # watch mode
npm run build # production build
To test locally, copy the plugin folder into your vault's .obsidian/plugins/ directory.
MIT