outline / rich-markdown-editor

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://www.getoutline.com
BSD 3-Clause "New" or "Revised" License
2.87k stars 590 forks source link

Allow dragging for TODO checkbox items #566

Closed bjj closed 2 years ago

bjj commented 2 years ago

I use checklists / todo lists extensively in OneNote, and it's extremely handy to be able to prioritize items on the list by dragging them up and down.

I see that list items can be dragged. It would be great to extend that to checklists.

tommoor commented 2 years ago

This functionality already exists, I'm not sure why it wouldn't be showing up for you

bjj commented 2 years ago

Thanks for the quick reply. If I make a test document, I see that it is working as intended.

What I saw earlier is probably an artifact of my import process, which I've been iterating on a lot.