# Draggable List Items Reorder list items by dragging. [![Obsidian Downloads](https://img.shields.io/badge/dynamic/json?logo=obsidian&color=%23483699&label=Downloads&query=%24%5B%22draggable-list-items%22%5D.downloads&url=https%3A%2F%2Fraw.githubusercontent.com%2Fobsidianmd%2Fobsidian-releases%2Fmaster%2Fcommunity-plugin-stats.json)](https://community.obsidian.md/plugins/draggable-list-items) [![Obsidian Compatibility](https://img.shields.io/badge/Obsidian-v1.5.7+-483699?logo=obsidian&style=flat-square)](https://community.obsidian.md/plugins/draggable-list-items) variant_d_polished_14s Works in reading view and live preview, on desktop and mobile. Tasks (`- [ ]`), bullets (`-` `*` `+`), and ordered lists (`1.`, `1)`) each form their own drag groups, so you can't drag a task into a bullet list. Nested children move with their parent. Ordered lists renumber on drop. ## Usage Hover a list item to reveal the handle, then drag. On mobile the handle is always visible. `Esc` cancels an in-progress drag. ## Install Copy `main.js`, `manifest.json`, and `styles.css` into `/.obsidian/plugins/draggable-list-items/`, then enable in **Settings → Community plugins**. ## Limitations Source mode is not supported.